public class TagLibConfiguration extends Object implements Configuration
| Constructor and Description |
|---|
TagLibConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureClassLoader()
Configure ClassPath.
|
void |
configureDefaults()
Configure Defaults.
|
void |
configureWebApp()
Configure WebApp.
|
void |
deconfigureWebApp()
DeConfigure WebApp.
|
WebAppContext |
getWebAppContext()
Get the context on which the configuration is performed.
|
void |
setWebAppContext(WebAppContext context)
Set up a context on which to perform the configuration.
|
public void setWebAppContext(WebAppContext context)
ConfigurationsetWebAppContext in interface Configurationpublic WebAppContext getWebAppContext()
ConfigurationgetWebAppContext in interface Configurationpublic void configureClassLoader()
throws Exception
ConfigurationconfigureClassLoader in interface ConfigurationExceptionpublic void configureDefaults()
throws Exception
ConfigurationconfigureDefaults in interface ConfigurationExceptionpublic void configureWebApp()
throws Exception
ConfigurationconfigureWebApp in interface ConfigurationExceptionpublic void deconfigureWebApp()
throws Exception
ConfigurationdeconfigureWebApp in interface ConfigurationExceptionCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.