| org.apache.geronimo.tomcat.GeronimoStandardContext
GeronimoStandardContext | public class GeronimoStandardContext extends StandardContext (Code) | | version: $Rev: 620623 $ $Date: 2008-02-11 13:51:02 -0800 (Mon, 11 Feb 2008) $ |
addChild | public void addChild(Container child)(Code) | | |
backgroundProcess | public void backgroundProcess()(Code) | | |
getContextCount | public int getContextCount()(Code) | | |
getSubjectForRole | public Subject getSubjectForRole(String runAsRole)(Code) | | Get the Subject for the servlet's run-as role
Parameters: runAsRole - Name of run as role to get Subject for Subject for the servlet's run-as role, if specified. otherwise null. |
hasRunAsServlet | protected boolean hasRunAsServlet()(Code) | | Determine if the context has at least one servlet that specifies a run-as role
true if at least one servlet specifies a run-as role, false otherwise |
setContextProperties | public void setContextProperties(TomcatContext ctx) throws DeploymentException(Code) | | |
setLoader | public synchronized void setLoader(Loader delegate)(Code) | | |
start | public synchronized void start() throws LifecycleException(Code) | | |
|
|