Copyright 2002 by aragost

com.aragost.araspect.handlers
Class BooleanHandler

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

public class BooleanHandler
extends PrimitiveAndWrapperTypeHandler

Handler for Boolean and boolean.


Constructor Summary
BooleanHandler()
           
 
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

BooleanHandler

public BooleanHandler()

Copyright 2002 by aragost