Copyright 2002 by aragost

com.aragost.araspect.handlers
Class GenericServletHandler

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

public class GenericServletHandler
extends Handler


Constructor Summary
GenericServletHandler()
           
 
Method Summary
static ServletObjectEvaluator getInitParamEvaluator()
          Gets the initParamEvaluator.
 
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

GenericServletHandler

public GenericServletHandler()
Method Detail

getInitParamEvaluator

public static ServletObjectEvaluator getInitParamEvaluator()
Gets the initParamEvaluator.

Returns:
Returns a ServletObjectEvaluator

Copyright 2002 by aragost