Java Doc for WebAppContext.java in  » Sevlet-Container » jetty-modules » org » mortbay » jetty » webapp » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Sevlet Container » jetty modules » org.mortbay.jetty.webapp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.mortbay.jetty.handler.ContextHandler
   org.mortbay.jetty.servlet.Context
      org.mortbay.jetty.webapp.WebAppContext

WebAppContext
public class WebAppContext extends Context (Code)
Web Application Context Handler. The WebAppContext handler is an extension of ContextHandler that coordinates the construction and configuration of nested handlers: org.mortbay.jetty.security.SecurityHandler , org.mortbay.jetty.servlet.SessionHandler and org.mortbay.jetty.servlet.ServletHandler . The handlers are configured by pluggable configuration classes, with the default being org.mortbay.jetty.webapp.WebXmlConfiguration and org.mortbay.jetty.webapp.JettyWebXmlConfiguration .
author:
   gregw


Field Summary
final public static  StringERROR_PAGE
    
final public static  StringWEB_DEFAULTS_XML
    

Constructor Summary
public  WebAppContext()
    
public  WebAppContext(String webApp, String contextPath)
    
public  WebAppContext(HandlerContainer parent, String webApp, String contextPath)
    
public  WebAppContext(SecurityHandler securityHandler, SessionHandler sessionHandler, ServletHandler servletHandler, ErrorHandler errorHandler)
    

Method Summary
public  voidaddEventListener(EventListener listener)
    
public static  voidaddWebApplications(Server server, String webapps, String defaults, boolean extract, boolean java2CompliantClassLoader)
     Add Web Applications. Add auto webapplications to the server.
public static  voidaddWebApplications(Server server, String webapps, String defaults, String[] configurations, boolean extract, boolean java2CompliantClassLoader)
     Add Web Applications. Add auto webapplications to the server.
public static  voidaddWebApplications(HandlerContainer contexts, String webapps, String defaults, boolean extract, boolean java2CompliantClassLoader)
     Add Web Applications. Add auto webapplications to the server.
public static  voidaddWebApplications(HandlerContainer contexts, String webapps, String defaults, String[] configurations, boolean extract, boolean java2CompliantClassLoader)
     Add Web Applications. Add auto webapplications to the server.
protected  voiddoStart()
    
protected  voiddoStop()
    
public  String[]getConfigurationClasses()
    
public  Configuration[]getConfigurations()
    
public static  WebAppContextgetCurrentWebAppContext()
    
public  StringgetDefaultsDescriptor()
    
public  StringgetDescriptor()
     the web.xml descriptor to use.
public  StringgetExtraClasspath()
     Comma or semicolon separated path of filenames or URLspointing to directories or jar files.
public  StringgetOverrideDescriptor()
    
public  PermissionCollectiongetPermissions()
    
public  ResourcegetResource(String uriInContext)
    
public  StringgetResourceAlias(String alias)
    
public  MapgetResourceAliases()
    
public  String[]getServerClasses()
    
public  String[]getSystemClasses()
    
public  FilegetTempDirectory()
     Get a temporary directory in which to unpack the war etc etc. The algorithm for determining this is to check these alternatives in the order shown:

A.

public  StringgetWar()
    
public  ResourcegetWebInf()
    
public  voidhandle(String target, HttpServletRequest request, HttpServletResponse response, int dispatch)
    
public  booleanisCopyWebDir()
    
public  booleanisDistributable()
    
public  booleanisExtractWAR()
    
public  booleanisParentLoaderPriority()
    
protected  booleanisProtectedTarget(String target)
    
public  booleanisTempWorkDirectory()
     Check if the _tmpDir itself is called "work", or if the _tmpDir is in a directory called "work".
protected  voidloadConfigurations()
    
public  StringremoveResourceAlias(String alias)
    
protected  voidresolveWebApp()
     Resolve Web App directory If the BaseResource has not been set, use the war resource to derive a webapp resource (expanding WAR if required).
public  voidsetConfigurationClasses(String[] configurations)
    
Parameters:
  configurations - The configuration class names.
public  voidsetConfigurations(Configuration[] configurations)
    
public  voidsetCopyWebDir(boolean copy)
    
public  voidsetDefaultsDescriptor(String defaultsDescriptor)
    
public  voidsetDescriptor(String descriptor)
    
Parameters:
  descriptor - the web.xml descriptor to use.
public  voidsetDistributable(boolean distributable)
    
public  voidsetEventListeners(EventListener[] eventListeners)
    
public  voidsetExtraClasspath(String extraClasspath)
    
Parameters:
  extraClasspath - Comma or semicolon separated path of filenames or URLspointing to directories or jar files.
public  voidsetExtractWAR(boolean extractWAR)
    
public  voidsetOverrideDescriptor(String overrideDescriptor)
    
public  voidsetParentLoaderPriority(boolean java2compliant)
    
public  voidsetPermissions(PermissionCollection permissions)
    
public  voidsetResourceAlias(String alias, String uri)
     Set Resource Alias. Resource aliases map resource uri's within a context. They may optionally be used by a handler when looking for a resource.
public  voidsetResourceAliases(Map map)
    
public  voidsetSecurityHandler(SecurityHandler securityHandler)
    
public  voidsetServerClasses(String[] serverClasses)
    
public  voidsetServletHandler(ServletHandler servletHandler)
    
public  voidsetSessionHandler(SessionHandler sessionHandler)
    
public  voidsetSystemClasses(String[] systemClasses)
    
public  voidsetTempDirectory(File dir)
     Set temporary directory for context.
public  voidsetWar(String war)
    
protected  voidstartContext()
    
public  StringtoString()
    

Field Detail
ERROR_PAGE
final public static String ERROR_PAGE(Code)



WEB_DEFAULTS_XML
final public static String WEB_DEFAULTS_XML(Code)




Constructor Detail
WebAppContext
public WebAppContext()(Code)



WebAppContext
public WebAppContext(String webApp, String contextPath)(Code)

Parameters:
  contextPath - The context path
Parameters:
  webApp - The URL or filename of the webapp directory or war file.



WebAppContext
public WebAppContext(HandlerContainer parent, String webApp, String contextPath)(Code)

Parameters:
  parent - The parent HandlerContainer.
Parameters:
  contextPath - The context path
Parameters:
  webApp - The URL or filename of the webapp directory or war file.



WebAppContext
public WebAppContext(SecurityHandler securityHandler, SessionHandler sessionHandler, ServletHandler servletHandler, ErrorHandler errorHandler)(Code)




Method Detail
addEventListener
public void addEventListener(EventListener listener)(Code)
Add EventListener Conveniance method that calls WebAppContext.setEventListeners(EventListener[])
Parameters:
  listener -



addWebApplications
public static void addWebApplications(Server server, String webapps, String defaults, boolean extract, boolean java2CompliantClassLoader) throws IOException(Code)
Add Web Applications. Add auto webapplications to the server. The name of the webapp directory or war is used as the context name. If the webapp matches the rootWebApp it is added as the "/" context.
Parameters:
  server - Must not be null
Parameters:
  webapps - Directory file name or URL to look for autowebapplication.
Parameters:
  defaults - The defaults xml filename or URL which isloaded before any in the web app. Must respect the web.dtd.If null the default defaults file is used. If the empty string, thenno defaults file is used.
Parameters:
  extract - If true, extract war files
Parameters:
  java2CompliantClassLoader - True if java2 compliance is applied to all webapplications
exception:
  IOException - org.mortbay.jetty.deployer.WebAppDeployerorg.mortbay.jetty.deployer.ContextDeployer



addWebApplications
public static void addWebApplications(Server server, String webapps, String defaults, String[] configurations, boolean extract, boolean java2CompliantClassLoader) throws IOException(Code)
Add Web Applications. Add auto webapplications to the server. The name of the webapp directory or war is used as the context name. If the webapp matches the rootWebApp it is added as the "/" context.
Parameters:
  server - Must not be null.
Parameters:
  webapps - Directory file name or URL to look for autowebapplication.
Parameters:
  defaults - The defaults xml filename or URL which isloaded before any in the web app. Must respect the web.dtd.If null the default defaults file is used. If the empty string, thenno defaults file is used.
Parameters:
  configurations - Array of classnames of Configuration implementations to apply.
Parameters:
  extract - If true, extract war files
Parameters:
  java2CompliantClassLoader - True if java2 compliance is applied to all webapplications
exception:
  IOException -
throws:
  IllegalAccessException -
throws:
  InstantiationException - org.mortbay.jetty.deployer.WebAppDeployerorg.mortbay.jetty.deployer.ContextDeployer



addWebApplications
public static void addWebApplications(HandlerContainer contexts, String webapps, String defaults, boolean extract, boolean java2CompliantClassLoader) throws IOException(Code)
Add Web Applications. Add auto webapplications to the server. The name of the webapp directory or war is used as the context name. If the webapp is called "root" it is added as the "/" context.
Parameters:
  contexts - A HandlerContainer to which the contexts will be added
Parameters:
  webapps - Directory file name or URL to look for autowebapplication.
Parameters:
  defaults - The defaults xml filename or URL which isloaded before any in the web app. Must respect the web.dtd.If null the default defaults file is used. If the empty string, thenno defaults file is used.
Parameters:
  configurations - Array of classnames of Configuration implementations to apply.
Parameters:
  extract - If true, extract war files
Parameters:
  java2CompliantClassLoader - True if java2 compliance is applied to all webapplications
exception:
  IOException -
throws:
  IllegalAccessException -
throws:
  InstantiationException - WebAppDeployerContextDeployer



addWebApplications
public static void addWebApplications(HandlerContainer contexts, String webapps, String defaults, String[] configurations, boolean extract, boolean java2CompliantClassLoader) throws IOException(Code)
Add Web Applications. Add auto webapplications to the server. The name of the webapp directory or war is used as the context name. If the webapp is called "root" it is added as the "/" context.
Parameters:
  contexts - A HandlerContainer to which the contexts will be added
Parameters:
  webapps - Directory file name or URL to look for autowebapplication.
Parameters:
  defaults - The defaults xml filename or URL which isloaded before any in the web app. Must respect the web.dtd.If null the default defaults file is used. If the empty string, thenno defaults file is used.
Parameters:
  configurations - Array of classnames of Configuration implementations to apply.
Parameters:
  extract - If true, extract war files
Parameters:
  java2CompliantClassLoader - True if java2 compliance is applied to all webapplications
exception:
  IOException -
throws:
  IllegalAccessException -
throws:
  InstantiationException - WebAppDeployerContextDeployer



doStart
protected void doStart() throws Exception(Code)



doStop
protected void doStop() throws Exception(Code)



getConfigurationClasses
public String[] getConfigurationClasses()(Code)
Returns the configurations.



getConfigurations
public Configuration[] getConfigurations()(Code)
Returns the configurations.



getCurrentWebAppContext
public static WebAppContext getCurrentWebAppContext()(Code)



getDefaultsDescriptor
public String getDefaultsDescriptor()(Code)
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml Returns the defaultsDescriptor.



getDescriptor
public String getDescriptor()(Code)
the web.xml descriptor to use. If set to null, WEB-INF/web.xml is used if it exists.



getExtraClasspath
public String getExtraClasspath()(Code)
Comma or semicolon separated path of filenames or URLspointing to directories or jar files. Directories should endwith '/'.



getOverrideDescriptor
public String getOverrideDescriptor()(Code)
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml Returns the Override Descriptor.



getPermissions
public PermissionCollection getPermissions()(Code)
Returns the permissions.



getResource
public Resource getResource(String uriInContext) throws MalformedURLException(Code)



getResourceAlias
public String getResourceAlias(String alias)(Code)



getResourceAliases
public Map getResourceAliases()(Code)



getServerClasses
public String[] getServerClasses()(Code)
Returns the serverClasses.



getSystemClasses
public String[] getSystemClasses()(Code)
Returns the systemClasses.



getTempDirectory
public File getTempDirectory()(Code)
Get a temporary directory in which to unpack the war etc etc. The algorithm for determining this is to check these alternatives in the order shown:

A. Try to use an explicit directory specifically for this webapp:

  1. Iff an explicit directory is set for this webapp, use it. Do NOT set delete on exit.
  2. Iff javax.servlet.context.tempdir context attribute is set for this webapp && exists && writeable, then use it. Do NOT set delete on exit.

B. Create a directory based on global settings. The new directory will be called "Jetty_"+host+"_"+port+"__"+context+"_"+virtualhost Work out where to create this directory:

  1. Iff $(jetty.home)/work exists create the directory there. Do NOT set delete on exit. Do NOT delete contents if dir already exists.
  2. Iff WEB-INF/work exists create the directory there. Do NOT set delete on exit. Do NOT delete contents if dir already exists.
  3. Else create dir in $(java.io.tmpdir). Set delete on exit. Delete contents if dir already exists.



getWar
public String getWar()(Code)
Returns the war as a file or URL string (Resource)



getWebInf
public Resource getWebInf() throws IOException(Code)



handle
public void handle(String target, HttpServletRequest request, HttpServletResponse response, int dispatch) throws IOException, ServletException(Code)

See Also:   org.mortbay.jetty.handler.ContextHandler.handle(java.lang.Stringjavax.servlet.http.HttpServletRequestjavax.servlet.http.HttpServletResponseint)



isCopyWebDir
public boolean isCopyWebDir()(Code)
True if the webdir is copied (to allow hot replacement of jars)



isDistributable
public boolean isDistributable()(Code)
Returns the distributable.



isExtractWAR
public boolean isExtractWAR()(Code)
Returns the extractWAR.



isParentLoaderPriority
public boolean isParentLoaderPriority()(Code)
Returns the java2compliant.



isProtectedTarget
protected boolean isProtectedTarget(String target)(Code)



isTempWorkDirectory
public boolean isTempWorkDirectory()(Code)
Check if the _tmpDir itself is called "work", or if the _tmpDir is in a directory called "work".



loadConfigurations
protected void loadConfigurations() throws Exception(Code)



removeResourceAlias
public String removeResourceAlias(String alias)(Code)



resolveWebApp
protected void resolveWebApp() throws IOException(Code)
Resolve Web App directory If the BaseResource has not been set, use the war resource to derive a webapp resource (expanding WAR if required).



setConfigurationClasses
public void setConfigurationClasses(String[] configurations)(Code)

Parameters:
  configurations - The configuration class names. If setConfigurations is not calledthese classes are used to create a configurations array.



setConfigurations
public void setConfigurations(Configuration[] configurations)(Code)

Parameters:
  configurations - The configurations to set.



setCopyWebDir
public void setCopyWebDir(boolean copy)(Code)

Parameters:
  copy - True if the webdir is copied (to allow hot replacement of jars)



setDefaultsDescriptor
public void setDefaultsDescriptor(String defaultsDescriptor)(Code)
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
Parameters:
  defaultsDescriptor - The defaultsDescriptor to set.



setDescriptor
public void setDescriptor(String descriptor)(Code)

Parameters:
  descriptor - the web.xml descriptor to use. If set to null, WEB-INF/web.xml is used if it exists.



setDistributable
public void setDistributable(boolean distributable)(Code)

Parameters:
  distributable - The distributable to set.



setEventListeners
public void setEventListeners(EventListener[] eventListeners)(Code)



setExtraClasspath
public void setExtraClasspath(String extraClasspath)(Code)

Parameters:
  extraClasspath - Comma or semicolon separated path of filenames or URLspointing to directories or jar files. Directories should endwith '/'.



setExtractWAR
public void setExtractWAR(boolean extractWAR)(Code)

Parameters:
  extractWAR - True if war files are extracted



setOverrideDescriptor
public void setOverrideDescriptor(String overrideDescriptor)(Code)
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
Parameters:
  defaultsDescriptor - The overrideDescritpor to set.



setParentLoaderPriority
public void setParentLoaderPriority(boolean java2compliant)(Code)

Parameters:
  java2compliant - The java2compliant to set.



setPermissions
public void setPermissions(PermissionCollection permissions)(Code)

Parameters:
  permissions - The permissions to set.



setResourceAlias
public void setResourceAlias(String alias, String uri)(Code)
Set Resource Alias. Resource aliases map resource uri's within a context. They may optionally be used by a handler when looking for a resource.
Parameters:
  alias -
Parameters:
  uri -



setResourceAliases
public void setResourceAliases(Map map)(Code)



setSecurityHandler
public void setSecurityHandler(SecurityHandler securityHandler)(Code)

Parameters:
  securityHandler - The SecurityHandler to set on this context.



setServerClasses
public void setServerClasses(String[] serverClasses)(Code)

Parameters:
  serverClasses - The serverClasses to set.



setServletHandler
public void setServletHandler(ServletHandler servletHandler)(Code)

Parameters:
  servletHandler - The servletHandler to set.



setSessionHandler
public void setSessionHandler(SessionHandler sessionHandler)(Code)

Parameters:
  sessionHandler - The sessionHandler to set.



setSystemClasses
public void setSystemClasses(String[] systemClasses)(Code)

Parameters:
  systemClasses - The systemClasses to set.



setTempDirectory
public void setTempDirectory(File dir)(Code)
Set temporary directory for context. The javax.servlet.context.tempdir attribute is also set.
Parameters:
  dir - Writable temporary directory.



setWar
public void setWar(String war)(Code)

Parameters:
  war - The war to set as a file name or URL



startContext
protected void startContext() throws Exception(Code)



toString
public String toString()(Code)



Fields inherited from org.mortbay.jetty.servlet.Context
final public static int NO_SECURITY(Code)(Java Doc)
final public static int NO_SESSIONS(Code)(Java Doc)
final public static int SECURITY(Code)(Java Doc)
final public static int SESSIONS(Code)(Java Doc)
protected SecurityHandler _securityHandler(Code)(Java Doc)
protected ServletHandler _servletHandler(Code)(Java Doc)
protected SessionHandler _sessionHandler(Code)(Java Doc)

Methods inherited from org.mortbay.jetty.servlet.Context
public void addFilter(FilterHolder holder, String pathSpec, int dispatches)(Code)(Java Doc)
public FilterHolder addFilter(Class filterClass, String pathSpec, int dispatches)(Code)(Java Doc)
public FilterHolder addFilter(String filterClass, String pathSpec, int dispatches)(Code)(Java Doc)
public ServletHolder addServlet(String className, String pathSpec)(Code)(Java Doc)
public ServletHolder addServlet(Class servlet, String pathSpec)(Code)(Java Doc)
public void addServlet(ServletHolder servlet, String pathSpec)(Code)(Java Doc)
public SecurityHandler getSecurityHandler()(Code)(Java Doc)
public ServletHandler getServletHandler()(Code)(Java Doc)
public SessionHandler getSessionHandler()(Code)(Java Doc)
protected void startContext() throws Exception(Code)(Java Doc)

Fields inherited from org.mortbay.jetty.handler.ContextHandler
protected SContext _scontext(Code)(Java Doc)

Methods inherited from org.mortbay.jetty.handler.ContextHandler
public void addEventListener(EventListener listener)(Code)(Java Doc)
public void addLocaleEncoding(String locale, String encoding)(Code)(Java Doc)
public void clearAttributes()(Code)(Java Doc)
protected void doStart() throws Exception(Code)(Java Doc)
protected void doStop() throws Exception(Code)(Java Doc)
public Object getAttribute(String name)(Code)(Java Doc)
public Enumeration getAttributeNames()(Code)(Java Doc)
public Attributes getAttributes()(Code)(Java Doc)
public Resource getBaseResource()(Code)(Java Doc)
public ClassLoader getClassLoader()(Code)(Java Doc)
public String getClassPath()(Code)(Java Doc)
public String[] getConnectorNames()(Code)(Java Doc)
public String getContextPath()(Code)(Java Doc)
public static SContext getCurrentContext()(Code)(Java Doc)
public String getDisplayName()(Code)(Java Doc)
public ErrorHandler getErrorHandler()(Code)(Java Doc)
public EventListener[] getEventListeners()(Code)(Java Doc)
public String[] getHosts()(Code)(Java Doc)
public String getInitParameter(String name)(Code)(Java Doc)
public Enumeration getInitParameterNames()(Code)(Java Doc)
public Map getInitParams()(Code)(Java Doc)
public String getLocaleEncoding(Locale locale)(Code)(Java Doc)
public int getMaxFormContentSize()(Code)(Java Doc)
public MimeTypes getMimeTypes()(Code)(Java Doc)
public Resource getResource(String path) throws MalformedURLException(Code)(Java Doc)
public String getResourceBase()(Code)(Java Doc)
public Set getResourcePaths(String path)(Code)(Java Doc)
public SContext getServletContext()(Code)(Java Doc)
public String[] getVirtualHosts()(Code)(Java Doc)
public String[] getWelcomeFiles()(Code)(Java Doc)
public void handle(String target, HttpServletRequest request, HttpServletResponse response, int dispatch) throws IOException, ServletException(Code)(Java Doc)
protected boolean isProtectedTarget(String target)(Code)(Java Doc)
public boolean isShutdown()(Code)(Java Doc)
public synchronized Class loadClass(String className) throws ClassNotFoundException(Code)(Java Doc)
public void removeAttribute(String name)(Code)(Java Doc)
public void setAttribute(String name, Object value)(Code)(Java Doc)
public void setAttributes(Attributes attributes)(Code)(Java Doc)
public void setBaseResource(Resource base)(Code)(Java Doc)
public void setClassLoader(ClassLoader classLoader)(Code)(Java Doc)
public void setConnectorNames(String[] connectors)(Code)(Java Doc)
public void setContextPath(String contextPath)(Code)(Java Doc)
public void setDisplayName(String servletContextName)(Code)(Java Doc)
public void setErrorHandler(ErrorHandler errorHandler)(Code)(Java Doc)
public void setEventListeners(EventListener[] eventListeners)(Code)(Java Doc)
public void setHosts(String[] hosts)(Code)(Java Doc)
public void setInitParams(Map initParams)(Code)(Java Doc)
public void setMaxFormContentSize(int maxSize)(Code)(Java Doc)
public void setMimeTypes(MimeTypes mimeTypes)(Code)(Java Doc)
public void setResourceBase(String resourceBase)(Code)(Java Doc)
public void setServer(Server server)(Code)(Java Doc)
public void setShutdown(boolean shutdown)(Code)(Java Doc)
public void setVirtualHosts(String[] vhosts)(Code)(Java Doc)
public void setWelcomeFiles(String[] files)(Code)(Java Doc)
protected void startContext() throws Exception(Code)(Java Doc)
public String toString()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.