org.apache.beehive.netui.tags.html
Class CheckBox.CheckBoxPrefixHandler

Object
  extended by CheckBox.CheckBoxPrefixHandler
All Implemented Interfaces:
RequestParameterHandler
Enclosing class:
CheckBox

public static class CheckBox.CheckBoxPrefixHandler
extends Object
implements RequestParameterHandler

The handler for naming and indexing the CheckBox.


Constructor Summary
CheckBox.CheckBoxPrefixHandler()
           
 
Method Summary
 void process(HttpServletRequest request, String key, String expr, ProcessPopulate.ExpressionUpdateNode node)
          Determines the current state of the CheckBox (true or false) based on the Request.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBox.CheckBoxPrefixHandler

public CheckBox.CheckBoxPrefixHandler()
Method Detail

process

public void process(HttpServletRequest request,
                    String key,
                    String expr,
                    ProcessPopulate.ExpressionUpdateNode node)
Determines the current state of the CheckBox (true or false) based on the Request.

Specified by:
process in interface RequestParameterHandler