org.apache.geronimo.tomcat
Interface TomcatContext
- All Known Implementing Classes:
- TomcatWebAppContext
- public interface TomcatContext
- Version:
- $Rev: 391831 $ $Date: 2006-04-06 00:17:25 +0200 (Thu, 06 Apr 2006) $
getContextPath
public String getContextPath()
setContext
public void setContext(org.apache.catalina.Context ctx)
getContext
public org.apache.catalina.Context getContext()
getDocBase
public String getDocBase()
getSecurityHolder
public SecurityHolder getSecurityHolder()
getVirtualServer
public String getVirtualServer()
getClassLoader
public ClassLoader getClassLoader()
getComponentContext
public Map getComponentContext()
getKernel
public org.apache.geronimo.kernel.Kernel getKernel()
getTransactionContextManager
public org.apache.geronimo.transaction.context.TransactionContextManager getTransactionContextManager()
getApplicationManagedSecurityResources
public Set getApplicationManagedSecurityResources()
getTrackedConnectionAssociator
public org.apache.geronimo.transaction.TrackedConnectionAssociator getTrackedConnectionAssociator()
getUnshareableResources
public Set getUnshareableResources()
getRealm
public org.apache.catalina.Realm getRealm()
getValveChain
public List getValveChain()
getCluster
public org.apache.catalina.cluster.CatalinaCluster getCluster()
getManager
public org.apache.catalina.Manager getManager()
isCrossContext
public boolean isCrossContext()
isDisableCookies
public boolean isDisableCookies()
getWebServices
public Map getWebServices()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.