|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.modeler.BaseModelMBean org.apache.catalina.mbeans.ContainerMBean org.apache.catalina.mbeans.ContextMBean
public class ContextMBean
Field Summary |
---|
Fields inherited from class org.apache.tomcat.util.modeler.BaseModelMBean |
---|
attributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType |
Constructor Summary | |
---|---|
ContextMBean()
|
Method Summary | |
---|---|
String[] |
findApplicationParameters()
Return the set of application parameters for this application. |
String[] |
findConstraints()
Return the security constraints for this web application. |
String |
findErrorPage(int errorCode)
Return the error page entry for the specified HTTP error code, if any; otherwise return null . |
String |
findErrorPage(String exceptionType)
Return the error page entry for the specified Java exception type, if any; otherwise return null . |
String[] |
findErrorPages()
Return the set of defined error pages for all specified error codes and exception types. |
String |
findFilterDef(String name)
Return the filter definition for the specified filter name, if any; otherwise return null . |
String[] |
findFilterDefs()
Return the set of defined filters for this Context. |
String[] |
findFilterMaps()
Return the set of filter mappings for this Context. |
Methods inherited from class org.apache.catalina.mbeans.ContainerMBean |
---|
addChild, addLifeCycleListener, addValve, findContainerListenerNames, findLifecycleListenerNames, removeChild, removeLifeCycleListeners, removeValve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContextMBean() throws MBeanException, RuntimeOperationsException
MBeanException
RuntimeOperationsException
Method Detail |
---|
public String[] findApplicationParameters() throws MBeanException
MBeanException
public String[] findConstraints() throws MBeanException
MBeanException
public String findErrorPage(int errorCode) throws MBeanException
null
.
errorCode
- Error code to look up
MBeanException
public String findErrorPage(String exceptionType) throws MBeanException
null
.
exceptionType
- Exception type to look up
MBeanException
public String[] findErrorPages() throws MBeanException
MBeanException
public String findFilterDef(String name) throws MBeanException
null
.
name
- Filter name to look up
MBeanException
public String[] findFilterDefs() throws MBeanException
MBeanException
public String[] findFilterMaps() throws MBeanException
MBeanException
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |