Class TomcatApplicationContext

java.lang.Object
org.red5.server.tomcat.TomcatApplicationContext
All Implemented Interfaces:
IApplicationContext

public class TomcatApplicationContext extends Object implements IApplicationContext
Class that wraps a Tomcat webapp context.
Author:
The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de), Paul Gregoire
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.apache.catalina.Context
    Store a reference to the Tomcat webapp context.
    protected static org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    TomcatApplicationContext(org.apache.catalina.Context context)
    Wrap the passed Tomcat webapp context.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.catalina.Context
     
    void
    Stop the application and servlet contexts.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static org.slf4j.Logger log
    • context

      private org.apache.catalina.Context context
      Store a reference to the Tomcat webapp context.
  • Constructor Details

    • TomcatApplicationContext

      protected TomcatApplicationContext(org.apache.catalina.Context context)
      Wrap the passed Tomcat webapp context.
      Parameters:
      context -
  • Method Details

    • stop

      public void stop()
      Stop the application and servlet contexts.
      Specified by:
      stop in interface IApplicationContext
    • getContext

      public org.apache.catalina.Context getContext()