org.codehaus.waffle.servlet
Class ServletContextHelper

java.lang.Object
  extended by org.codehaus.waffle.servlet.ServletContextHelper

public class ServletContextHelper
extends java.lang.Object

Author:
Michael Ward

Method Summary
static ComponentRegistry getComponentRegistry(javax.servlet.ServletContext servletContext)
          Allows access to Waffle core components
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getComponentRegistry

public static ComponentRegistry getComponentRegistry(javax.servlet.ServletContext servletContext)
Allows access to Waffle core components

Parameters:
servletContext -
Returns:
the ComponentRegistry for the running application


Copyright © 2008. All Rights Reserved.