org.jasig.portal.channels.jsp
Class Deployer

java.lang.Object
  extended by org.jasig.portal.channels.jsp.Deployer

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class Deployer
extends Object

Determines if resources in a CAR containing JSPs need to be extracted and placed in a configurable location external to the CAR or to update resources already there. This is necessary to enable the web server to compile the JSPs and for the JSPs to be able to access classes and property files included in the CAR upon which they depend.

Author:
Mark Boyd

Field Summary
static String CLASSES_DEPLOY_DIR_PROP
          Deprecated.  
static String JSP_DEPLOY_DIR_PROP
          Deprecated.  
 
Constructor Summary
Deployer()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSES_DEPLOY_DIR_PROP

public static final String CLASSES_DEPLOY_DIR_PROP
Deprecated. 
See Also:
Constant Field Values

JSP_DEPLOY_DIR_PROP

public static final String JSP_DEPLOY_DIR_PROP
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

Deployer

public Deployer()
Deprecated. 


Copyright © 2010 Jasig. All Rights Reserved.