org.mortbay.jetty.webapp
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)
Configuration
setWebAppContext
in interface Configuration
public WebAppContext getWebAppContext()
Configuration
getWebAppContext
in interface Configuration
public void configureClassLoader() throws Exception
Configuration
configureClassLoader
in interface Configuration
Exception
public void configureDefaults() throws Exception
Configuration
configureDefaults
in interface Configuration
Exception
public void configureWebApp() throws Exception
Configuration
configureWebApp
in interface Configuration
Exception
public void deconfigureWebApp() throws Exception
Configuration
deconfigureWebApp
in interface Configuration
Exception
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.