| org.jboss.jetty.JettyDeployer
JettyDeployer | public class JettyDeployer extends AbstractWebDeployer (Code) | | JettyDeployer
Implementation of the jboss AbstractWebDeployer
for deploying webapps to jetty.
|
_contexts | protected ContextHandlerCollection _contexts(Code) | | |
_deployed | Hashtable _deployed(Code) | | use Hashtable because is is synchronised
|
_deploymentInfo | protected DeploymentInfo _deploymentInfo(Code) | | |
_distributableSessionManagerPrototype | protected SessionManager _distributableSessionManagerPrototype(Code) | | |
_forceDistributable | protected boolean _forceDistributable(Code) | | |
_log | final protected static Logger _log(Code) | | |
JettyDeployer | public JettyDeployer(Jetty jetty, DeploymentInfo di)(Code) | | |
fixURL | static String fixURL(String url)(Code) | | Work around broken JarURLConnection caching...
Parameters: url - |
getDistributableSessionManagerPrototype | public SessionManager getDistributableSessionManagerPrototype()(Code) | | |
getForceDistributable | public boolean getForceDistributable()(Code) | | |
performDeploy | public void performDeploy(WebApplication webApp, String warUrl, WebDescriptorParser parser) throws DeploymentException(Code) | | |
performUndeploy | public void performUndeploy(String warUrl, WebApplication wa) throws DeploymentException(Code) | | Undeploy a webapp
See Also: org.jboss.web.AbstractWebDeployer.performUndeploy(java.lang.Stringorg.jboss.web.WebApplication) |
setDistributableSessionManagerPrototype | public void setDistributableSessionManagerPrototype(SessionManager manager)(Code) | | |
setForceDistributable | public void setForceDistributable(boolean distributable)(Code) | | |
|
|