Method Summary |
|
protected void | antiLocking() |
protected void | applicationAnnotationsConfig() Process the application classes annotations, if it exists. |
protected void | applicationWebConfig() Process the application configuration file, if it exists. |
protected synchronized void | authenticatorConfig() Set up an Authenticator automatically if required, and one has not
already been configured. |
protected synchronized void | beforeStart() Process a "before start" event for this Context. |
protected void | contextConfig() Process the default configuration file, if it exists. |
protected Digester | createContextDigester() Create (if necessary) and return a Digester configured to process the
context configuration descriptor for an application. |
protected static Digester | createWebDigester() Create (if necessary) and return a Digester configured to process the
web application deployment descriptor (web.xml). |
public static Digester | createWebXmlDigester(boolean namespaceAware, boolean validation) Create (if necessary) and return a Digester configured to process the
web application deployment descriptor (web.xml). |
protected void | defaultWebConfig() Process the default configuration file, if it exists. |
protected synchronized void | destroy() Process a "destroy" event for this Context. |
protected void | fixDocBase() Adjust docBase. |
protected String | getBaseDir() |
protected File | getConfigBase() Get config base. |
public String | getDefaultContextXml() |
public String | getDefaultWebXml() |
protected String | getHostConfigPath(String resourceName) |
protected void | init() Process a "init" event for this Context. |
public void | lifecycleEvent(LifecycleEvent event) Process events for an associated Context. |
protected void | processContextConfig(File baseDir, String resourceName) Process a context.xml. |
protected void | processDefaultWebConfig(Digester digester, InputStream stream, InputSource source) Process a default web.xml. |
public void | setCustomAuthenticators(Map customAuthenticators) Sets custom mappings of login methods to authenticators. |
public void | setDefaultContextXml(String path) |
public void | setDefaultWebXml(String path) |
protected synchronized void | start() Process a "start" event for this Context. |
protected synchronized void | stop() Process a "stop" event for this Context. |
protected void | validateSecurityRoles() Validate the usage of security role names in the web application
deployment descriptor. |