| |
|
| org.apache.cactus.internal.configuration.WebConfiguration
All known Subclasses: org.apache.cactus.internal.configuration.AbstractWebConfiguration,
WebConfiguration | public interface WebConfiguration extends Configuration(Code) | | Extends the generic Configuration interface with methods
provided configuration information related to Web redirectors.
version: $Id: WebConfiguration.java 238991 2004-05-22 11:34:50Z vmassol $ |
getDefaultRedirectorName | String getDefaultRedirectorName()(Code) | | the default redirector name as defined by the Cactusconfiguration |
getDefaultRedirectorURL | String getDefaultRedirectorURL()(Code) | | the redirector URL for the default redirector |
getRedirectorName | String getRedirectorName(WebRequest theRequest)(Code) | | Parameters: theRequest - the Web request used to connect to the redirector the redirector name to use. It is either the default redirector name or the redirector defined in the WebRequest if it has been overriden |
getRedirectorURL | String getRedirectorURL(WebRequest theRequest)(Code) | | Parameters: theRequest - the Web request used to connect to the redirector the redirector URL for the redirector to use. It is either the default redirector name or the redirector defined in the Web |
|
|
|