Copyright 2002 by aragost

com.aragost.araspect.handlers
Class ServletContextHandler

java.lang.Object
  |
  +--com.aragost.araspect.handlers.Handler
        |
        +--com.aragost.araspect.handlers.ServletContextHandler

public class ServletContextHandler
extends Handler


Constructor Summary
ServletContextHandler()
           
 
Method Summary
static ServletObjectEvaluator getAttributeEvaluator()
          Gets the attributeEvaluator.
static ServletObjectEvaluator getInitParamEvaluator()
          Gets the initParamEvaluator.
 javax.servlet.ServletContext getServletContext()
           
 
Methods inherited from class com.aragost.araspect.handlers.Handler
addGetters, getFacade, getHtmlUtils, getInspector, getNext, getPath, initFromRequest, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextHandler

public ServletContextHandler()
Method Detail

getServletContext

public javax.servlet.ServletContext getServletContext()

getInitParamEvaluator

public static ServletObjectEvaluator getInitParamEvaluator()
Gets the initParamEvaluator.

Returns:
Returns a ServletObjectEvaluator

getAttributeEvaluator

public static ServletObjectEvaluator getAttributeEvaluator()
Gets the attributeEvaluator.

Returns:
Returns a ServletObjectEvaluator

Copyright 2002 by aragost