public interface WebConfiguration extends Configuration
Configuration interface with methods
provided configuration information related to Web redirectors.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultRedirectorName() |
java.lang.String |
getDefaultRedirectorURL() |
java.lang.String |
getRedirectorName(WebRequest theRequest) |
java.lang.String |
getRedirectorURL(WebRequest theRequest) |
getContextURL, getInitializerjava.lang.String getDefaultRedirectorURL()
java.lang.String getDefaultRedirectorName()
java.lang.String getRedirectorURL(WebRequest theRequest)
theRequest - the Web request used to connect to the redirectorjava.lang.String getRedirectorName(WebRequest theRequest)
theRequest - the Web request used to connect to the redirectorCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.