public abstract class AbstractWebConfiguration extends BaseConfiguration implements WebConfiguration
WebConfiguration
implementations.CACTUS_CONTEXT_URL_PROPERTY| Constructor and Description |
|---|
AbstractWebConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultRedirectorURL() |
java.lang.String |
getRedirectorName(WebRequest theRequest) |
java.lang.String |
getRedirectorURL(WebRequest theRequest) |
getContextURL, getInitializerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultRedirectorNamegetContextURL, getInitializerpublic java.lang.String getDefaultRedirectorURL()
getDefaultRedirectorURL in interface WebConfigurationWebConfiguration.getDefaultRedirectorURL()public java.lang.String getRedirectorURL(WebRequest theRequest)
getRedirectorURL in interface WebConfigurationtheRequest - the Web request used to connect to the redirectorWebConfiguration.getRedirectorURL(WebRequest)public java.lang.String getRedirectorName(WebRequest theRequest)
getRedirectorName in interface WebConfigurationtheRequest - the Web request used to connect to the redirectorWebConfiguration.getRedirectorName(WebRequest)Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.