org.jasig.portal.channels.jsp
Class Deployer
java.lang.Object
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
|
Constructor Summary |
Deployer()
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Deployer
public Deployer()
- Deprecated.
Copyright © 2010 Jasig. All Rights Reserved.