org.mobicents.servlet.sip.startup
Class ConvergedApplicationContext

java.lang.Object
  extended by org.apache.catalina.core.ApplicationContext
      extended by org.mobicents.servlet.sip.startup.ConvergedApplicationContext
All Implemented Interfaces:
javax.servlet.ServletContext

public class ConvergedApplicationContext
extends org.apache.catalina.core.ApplicationContext

Author:
Jean Deruelle

Field Summary
protected  ConvergedApplicationContextFacade convergedFacade
           
 
Fields inherited from class org.apache.catalina.core.ApplicationContext
attributes
 
Constructor Summary
ConvergedApplicationContext(java.lang.String basePath, org.apache.catalina.core.StandardContext context)
           
 
Method Summary
protected  javax.servlet.ServletContext getFacade()
           
 javax.servlet.RequestDispatcher getNamedDispatcher(java.lang.String name)
           
 
Methods inherited from class org.apache.catalina.core.ApplicationContext
clearAttributes, getAttribute, getAttributeNames, getContext, getContext, getContextPath, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getReadonlyAttributes, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getResources, getServerInfo, getServlet, getServletContextName, getServletNames, getServlets, log, log, log, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

convergedFacade

protected ConvergedApplicationContextFacade convergedFacade
Constructor Detail

ConvergedApplicationContext

public ConvergedApplicationContext(java.lang.String basePath,
                                   org.apache.catalina.core.StandardContext context)
Parameters:
basePath -
context -
Method Detail

getFacade

protected javax.servlet.ServletContext getFacade()
Overrides:
getFacade in class org.apache.catalina.core.ApplicationContext

getNamedDispatcher

public javax.servlet.RequestDispatcher getNamedDispatcher(java.lang.String name)
Specified by:
getNamedDispatcher in interface javax.servlet.ServletContext
Overrides:
getNamedDispatcher in class org.apache.catalina.core.ApplicationContext


Copyright © 2009. All Rights Reserved.