org.apache.geronimo.tomcat
Interface TomcatContext

All Known Implementing Classes:
TomcatWebAppContext

public interface TomcatContext


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.connector.outbound.connectiontracking.TrackedConnectionAssociator getTrackedConnectionAssociator()
           
 Set getUnshareableResources()
           
 UserTransaction getUserTransaction()
           
 List getValveChain()
           
 String getVirtualServer()
           
 Map getWebServices()
           
 boolean isCrossContext()
           
 boolean isDisableCookies()
           
 void setContext(org.apache.catalina.Context ctx)
           
 

Method Detail

getContextPath

String getContextPath()

setContext

void setContext(org.apache.catalina.Context ctx)

getContext

org.apache.catalina.Context getContext()

getDocBase

String getDocBase()

getSecurityHolder

SecurityHolder getSecurityHolder()

getVirtualServer

String getVirtualServer()

getClassLoader

ClassLoader getClassLoader()

getUserTransaction

UserTransaction getUserTransaction()

getComponentContext

Map getComponentContext()

getKernel

org.apache.geronimo.kernel.Kernel getKernel()

getApplicationManagedSecurityResources

Set getApplicationManagedSecurityResources()

getTrackedConnectionAssociator

org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator getTrackedConnectionAssociator()

getUnshareableResources

Set getUnshareableResources()

getRealm

org.apache.catalina.Realm getRealm()

getValveChain

List getValveChain()

getCluster

org.apache.catalina.cluster.CatalinaCluster getCluster()

getManager

org.apache.catalina.Manager getManager()

isCrossContext

boolean isCrossContext()

isDisableCookies

boolean isDisableCookies()

getWebServices

Map getWebServices()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.