|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.core.ContainerBase org.apache.catalina.core.StandardHost
public class StandardHost
Standard implementation of the Host interface. Each child container must be a Context implementation to process the requests directed to a particular web application.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.catalina.core.ContainerBase |
---|
ContainerBase.ContainerBackgroundProcessor, ContainerBase.NoopAccessLog, ContainerBase.PrivilegedAddChild |
Field Summary |
---|
Fields inherited from class org.apache.catalina.core.ContainerBase |
---|
accessLog, backgroundProcessorDelay, children, cluster, controller, domain, lifecycle, listeners, loader, logger, logName, manager, mserver, name, oname, parent, parentClassLoader, pipeline, realm, resources, sm, startChildren, started, suffix, support, type |
Fields inherited from interface org.apache.catalina.Host |
---|
ADD_ALIAS_EVENT, REMOVE_ALIAS_EVENT |
Fields inherited from interface org.apache.catalina.Container |
---|
ADD_CHILD_EVENT, ADD_MAPPER_EVENT, ADD_VALVE_EVENT, REMOVE_CHILD_EVENT, REMOVE_MAPPER_EVENT, REMOVE_VALVE_EVENT |
Fields inherited from interface org.apache.catalina.Lifecycle |
---|
AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, DESTROY_EVENT, INIT_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT |
Constructor Summary | |
---|---|
StandardHost()
Create a new StandardHost component with the default basic Valve. |
Method Summary | |
---|---|
void |
addAlias(java.lang.String alias)
Add an alias name that should be mapped to this same Host. |
void |
addChild(Container child)
Add a child Container, only if the proposed child is an implementation of Context. |
javax.management.ObjectName |
createObjectName(java.lang.String domain,
javax.management.ObjectName parent)
|
void |
destroy()
|
java.lang.String[] |
findAliases()
Return the set of alias names for this Host. |
java.lang.String[] |
findReloadedContextMemoryLeaks()
Attempt to identify the contexts that have a class loader memory leak. |
java.lang.String[] |
getAliases()
|
java.lang.String |
getAppBase()
Return the application root for this Host. |
boolean |
getAutoDeploy()
Return the value of the auto deploy flag. |
java.lang.String |
getConfigClass()
Return the Java class name of the context configuration class for new web applications. |
java.lang.String |
getContextClass()
Return the Java class name of the Context implementation class for new web applications. |
java.lang.String |
getDeployIgnore()
Return the regular expression that defines the files and directories in the host's appBase that will be ignored by the automatic
deployment process. |
java.util.regex.Pattern |
getDeployIgnorePattern()
Return the compiled regular expression that defines the files and directories in the host's appBase that will be ignored by the
automatic deployment process. |
boolean |
getDeployOnStartup()
Return the value of the deploy on startup flag. |
java.lang.String |
getErrorReportValveClass()
Return the Java class name of the error report valve class for new web applications. |
java.lang.String |
getInfo()
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version> . |
boolean |
getLiveDeploy()
Return the value of the live deploy flag. |
java.lang.String |
getName()
Return the canonical, fully qualified, name of the virtual host this Container represents. |
java.lang.String[] |
getValveNames()
Return the MBean Names of the Valves assoicated with this Host |
java.lang.String |
getWorkDir()
Host work directory base. |
boolean |
getXmlNamespaceAware()
Will the parsing of the web.xml file for Contexts of this Host be performed by a namespace aware parser? |
boolean |
getXmlValidation()
Will the parsing of the web.xml file and *.tld files for Contexts of this Host be performed by a validating parser? |
void |
init()
Init method, part of the MBean lifecycle. |
boolean |
isDeployXML()
Deploy XML Context config files flag accessor. |
boolean |
isUnpackWARs()
Unpack WARs flag accessor. |
Context |
map(java.lang.String uri)
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null . |
javax.management.ObjectName |
preRegister(javax.management.MBeanServer server,
javax.management.ObjectName oname)
|
void |
removeAlias(java.lang.String alias)
Remove the specified alias name from the aliases for this Host. |
void |
setAppBase(java.lang.String appBase)
Set the application root for this Host. |
void |
setAutoDeploy(boolean autoDeploy)
Set the auto deploy flag value for this host. |
void |
setConfigClass(java.lang.String configClass)
Set the Java class name of the context configuration class for new web applications. |
void |
setContextClass(java.lang.String contextClass)
Set the Java class name of the Context implementation class for new web applications. |
void |
setDeployIgnore(java.lang.String deployIgnore)
Set the regular expression that defines the files and directories in the host's appBase that will be ignored by the automatic
deployment process. |
void |
setDeployOnStartup(boolean deployOnStartup)
Set the deploy on startup flag value for this host. |
void |
setDeployXML(boolean deployXML)
Deploy XML Context config files flag mutator. |
void |
setErrorReportValveClass(java.lang.String errorReportValveClass)
Set the Java class name of the error report valve class for new web applications. |
void |
setLiveDeploy(boolean liveDeploy)
Set the live deploy flag value for this host. |
void |
setName(java.lang.String name)
Set the canonical, fully qualified, name of the virtual host this Container represents. |
void |
setUnpackWARs(boolean unpackWARs)
Unpack WARs flag mutator. |
void |
setWorkDir(java.lang.String workDir)
Host work directory base. |
void |
setXmlNamespaceAware(boolean xmlNamespaceAware)
Controls whether the parsing of the web.xml file for Contexts of this Host will be performed by a namespace aware parser. |
void |
setXmlValidation(boolean xmlValidation)
Controls whether the parsing of the web.xml file and *.tld files for Contexts of this Host will be performed by a validating parser. |
void |
start()
Start this host. |
java.lang.String |
toString()
Return a String representation of this component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.catalina.Container |
---|
addContainerListener, addPropertyChangeListener, backgroundProcess, findChild, findChildren, findContainerListeners, getAccessLog, getBackgroundProcessorDelay, getCluster, getLoader, getLogger, getManager, getMappingObject, getObjectName, getParent, getParentClassLoader, getPipeline, getRealm, getResources, invoke, logAccess, removeChild, removeContainerListener, removePropertyChangeListener, setBackgroundProcessorDelay, setCluster, setLoader, setManager, setParent, setParentClassLoader, setRealm, setResources |
Constructor Detail |
---|
public StandardHost()
Method Detail |
---|
public java.lang.String getAppBase()
getAppBase
in interface Host
public void setAppBase(java.lang.String appBase)
setAppBase
in interface Host
appBase
- The new application rootpublic boolean getAutoDeploy()
getAutoDeploy
in interface Host
public void setAutoDeploy(boolean autoDeploy)
setAutoDeploy
in interface Host
autoDeploy
- The new auto deploy flagpublic java.lang.String getConfigClass()
getConfigClass
in interface Host
public void setConfigClass(java.lang.String configClass)
setConfigClass
in interface Host
configClass
- The new context configuration classpublic java.lang.String getContextClass()
public void setContextClass(java.lang.String contextClass)
contextClass
- The new context implementation classpublic boolean getDeployOnStartup()
getDeployOnStartup
in interface Host
public void setDeployOnStartup(boolean deployOnStartup)
setDeployOnStartup
in interface Host
deployOnStartup
- The new deploy on startup flagpublic boolean isDeployXML()
public void setDeployXML(boolean deployXML)
public boolean getLiveDeploy()
appBase
directory, and deploys new ones as they are
encountered.
public void setLiveDeploy(boolean liveDeploy)
liveDeploy
- The new live deploy flagpublic java.lang.String getErrorReportValveClass()
public void setErrorReportValveClass(java.lang.String errorReportValveClass)
errorReportValveClass
- The new error report valve classpublic java.lang.String getName()
getName
in interface Container
getName
in interface Host
getName
in class ContainerBase
public void setName(java.lang.String name)
setName
in interface Container
setName
in interface Host
setName
in class ContainerBase
name
- Virtual host name
java.lang.IllegalArgumentException
- if name is nullpublic boolean isUnpackWARs()
public void setUnpackWARs(boolean unpackWARs)
public void setXmlValidation(boolean xmlValidation)
Host
false
it may still be enabled per Context using
Context.setXmlValidation(boolean)
.
setXmlValidation
in interface Host
xmlValidation
- true to enable xml validationpublic boolean getXmlValidation()
Host
false
it may
still be enabled per Context using
Context.setXmlValidation(boolean)
.
getXmlValidation
in interface Host
public boolean getXmlNamespaceAware()
Host
false
it may still
be enabled per Context using
Context.setXmlNamespaceAware(boolean)
.
getXmlNamespaceAware
in interface Host
public void setXmlNamespaceAware(boolean xmlNamespaceAware)
Host
false
it may still be enabled per Context using
Context.setXmlNamespaceAware(boolean)
.
setXmlNamespaceAware
in interface Host
xmlNamespaceAware
- true to enable namespace awarenesspublic java.lang.String getWorkDir()
public void setWorkDir(java.lang.String workDir)
public java.lang.String getDeployIgnore()
appBase
that will be ignored by the automatic
deployment process.
getDeployIgnore
in interface Host
public java.util.regex.Pattern getDeployIgnorePattern()
appBase
that will be ignored by the
automatic deployment process.
getDeployIgnorePattern
in interface Host
public void setDeployIgnore(java.lang.String deployIgnore)
appBase
that will be ignored by the automatic
deployment process.
setDeployIgnore
in interface Host
public void addAlias(java.lang.String alias)
addAlias
in interface Host
alias
- The alias to be addedpublic void addChild(Container child)
addChild
in interface Container
addChild
in class ContainerBase
child
- Child container to be addedpublic java.lang.String[] findReloadedContextMemoryLeaks()
public java.lang.String[] findAliases()
findAliases
in interface Host
public java.lang.String getInfo()
<description>/<version>
.
getInfo
in interface Container
getInfo
in class ContainerBase
public Context map(java.lang.String uri)
null
.
map
in interface Host
uri
- Request URI to be mappedpublic void removeAlias(java.lang.String alias)
removeAlias
in interface Host
alias
- Alias name to be removedpublic java.lang.String toString()
toString
in class java.lang.Object
public void start() throws LifecycleException
start
in interface Lifecycle
start
in class ContainerBase
LifecycleException
- if this component detects a fatal error
that prevents it from being startedpublic java.lang.String[] getValveNames() throws java.lang.Exception
java.lang.Exception
- if an MBean cannot be created or registeredpublic java.lang.String[] getAliases()
public void init()
ContainerBase
init
in class ContainerBase
public void destroy() throws java.lang.Exception
destroy
in class ContainerBase
java.lang.Exception
public javax.management.ObjectName preRegister(javax.management.MBeanServer server, javax.management.ObjectName oname) throws java.lang.Exception
preRegister
in interface javax.management.MBeanRegistration
preRegister
in class ContainerBase
java.lang.Exception
public javax.management.ObjectName createObjectName(java.lang.String domain, javax.management.ObjectName parent) throws java.lang.Exception
createObjectName
in class ContainerBase
java.lang.Exception
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |