public class TagLibConfiguration extends AbstractConfiguration
| Modifier and Type | Class and Description |
|---|---|
class |
TagLibConfiguration.TagLibListener
TagLibListener
A listener that does the job of finding .tld files that contain
(other) listeners that need to be called by the servlet container.
|
static class |
TagLibConfiguration.TldDescriptor
TldDescriptor
|
class |
TagLibConfiguration.TldProcessor
TldProcessor
Process TldDescriptors representing tag libs to find listeners.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TLD_RESOURCES |
| Constructor and Description |
|---|
TagLibConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
cloneConfigure(WebAppContext template,
WebAppContext context)
Clone configuration instance.
|
void |
configure(WebAppContext context)
Configure WebApp.
|
void |
deconfigure(WebAppContext context)
DeConfigure WebApp.
|
void |
postConfigure(WebAppContext context)
Clear down after configuration.
|
void |
preConfigure(WebAppContext context)
Set up for configuration.
|
destroypublic static final java.lang.String TLD_RESOURCES
public void preConfigure(WebAppContext context) throws java.lang.Exception
ConfigurationTypically this step discovers configuration resources
preConfigure in interface ConfigurationpreConfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exceptionpublic void configure(WebAppContext context) throws java.lang.Exception
Configuration
Typically this step applies the discovered configuration resources to
either the WebAppContext or the associated MetaData.
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exceptionpublic void postConfigure(WebAppContext context) throws java.lang.Exception
ConfigurationpostConfigure in interface ConfigurationpostConfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exceptionpublic void cloneConfigure(WebAppContext template, WebAppContext context) throws java.lang.Exception
ConfigurationConfigure an instance of a WebAppContext, based on a template WebAppContext that has previously been configured by this Configuration.
cloneConfigure in interface ConfigurationcloneConfigure in class AbstractConfigurationtemplate - The template contextcontext - The context to configurejava.lang.Exceptionpublic void deconfigure(WebAppContext context) throws java.lang.Exception
Configurationdeconfigure in interface Configurationdeconfigure in class AbstractConfigurationcontext - The context to configurejava.lang.ExceptionCopyright © 2013 FuseSource, Corp.. All Rights Reserved.