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) $

Method Summary
 Set getApplicationManagedSecurityResources()
           
 ClassLoader getClassLoader()
           
 org.apache.catalina.cluster.CatalinaCluster getCluster()
           
 Map getComponentContext()
           
 org.apache.catalina.Context getContext()
           
 String getContextPath()
           
 String getDocBase()
           
 org.apache.geronimo.kernel.Kernel getKernel()
           
 org.apache.catalina.Manager getManager()
           
 org.apache.catalina.Realm getRealm()
           
 SecurityHolder getSecurityHolder()
           
 org.apache.geronimo.transaction.TrackedConnectionAssociator getTrackedConnectionAssociator()
           
 org.apache.geronimo.transaction.context.TransactionContextManager getTransactionContextManager()
           
 Set getUnshareableResources()
           
 List getValveChain()
           
 String getVirtualServer()
           
 Map getWebServices()
           
 boolean isCrossContext()
           
 boolean isDisableCookies()
           
 void setContext(org.apache.catalina.Context ctx)
           
 

Method Detail

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.