Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » jetty » [javadoc | source]
org.jboss.jetty
public class: Jetty [javadoc | source]
java.lang.Object
   org.mortbay.jetty.Server
      org.jboss.jetty.Jetty
Field Summary
protected static final  Logger _log     
 JettyService _service     
 String _xmlConfigString     
 Element _configElement     
 boolean _loaderCompliance     
 boolean _unpackWars     
 String _webDefaultResource     
 String _subjectAttributeName     
 Hashtable _deployed     
protected  Manager _distributableSessionManagerPrototype     
protected  boolean _forceDistributable     
protected  boolean _supportJSR77     
protected  boolean _stopWebApplicationsGracefully     
Constructor:
 Jetty(JettyService service) 
Method from org.jboss.jetty.Jetty Summary:
deploy,   findResourceInJar,   fixURL,   getCompileClasspath,   getConfigurationElement,   getDistributableSessionManagerPrototype,   getForceDistributable,   getJava2ClassLoadingCompliance,   getStopWebApplicationsGracefully,   getSubjectAttributeName,   getSupportJSR77,   getUnpackWars,   getWebDefaultResource,   isDeployed,   service,   setConfigurationElement,   setDistributableSessionManagerPrototype,   setForceDistributable,   setJava2ClassLoadingCompliance,   setStopWebApplicationsGracefully,   setSubjectAttributeName,   setSupportJSR77,   setUnpackWars,   setWebDefaultResource,   undeploy
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.jetty.Jetty Detail:
 public WebApplication deploy(WebApplication wa,
    String warUrl,
    WebDescriptorParser descriptorParser) throws DeploymentException 
 public URL findResourceInJar(String name) 
 static String fixURL(String url) 
 public String[] getCompileClasspath(ClassLoader cl) 
 public Element getConfigurationElement() 
 public Manager getDistributableSessionManagerPrototype() 
 public boolean getForceDistributable() 
 public synchronized boolean getJava2ClassLoadingCompliance() 
 public boolean getStopWebApplicationsGracefully() 
 public synchronized String getSubjectAttributeName() 
 public boolean getSupportJSR77() 
 public synchronized boolean getUnpackWars() 
 public synchronized String getWebDefaultResource() 
 public boolean isDeployed(String warUrl) 
 public HttpContext service(HttpRequest request,
    HttpResponse response) throws IOException, HttpException 
    Override service method to allow ditching of security info after a request has been processed
 public  void setConfigurationElement(Element configElement) 
 public  void setDistributableSessionManagerPrototype(Manager manager) 
 public  void setForceDistributable(boolean distributable) 
 public synchronized  void setJava2ClassLoadingCompliance(boolean loaderCompliance) 
 public  void setStopWebApplicationsGracefully(boolean graceful) 
 public synchronized  void setSubjectAttributeName(String subjectAttributeName) 
 public  void setSupportJSR77(boolean graceful) 
 public synchronized  void setUnpackWars(boolean unpackWars) 
 public synchronized  void setWebDefaultResource(String webDefaultResource) 
    If a webdefault.xml file has been specified in jboss-service.xml then we try and use that. If we cannot find it, then we will use the one shipped as standard with Jetty and issue a warning. If the jboss-service.xml file does not specify a custom one, then we again default to the standard one.
 public  void undeploy(String warUrl) throws DeploymentException