org.apache.beehive.netui.tags.html
Class CheckBoxGroup.CheckboxGroupPrefixHandler

Object
  extended by CheckBoxGroup.CheckboxGroupPrefixHandler
All Implemented Interfaces:
RequestParameterHandler
Enclosing class:
CheckBoxGroup

public static class CheckBoxGroup.CheckboxGroupPrefixHandler
extends Object
implements RequestParameterHandler

The handler for naming and indexing the CheckBoxGroup.


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

Constructor Detail

CheckBoxGroup.CheckboxGroupPrefixHandler

public CheckBoxGroup.CheckboxGroupPrefixHandler()
Method Detail

process

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

Specified by:
process in interface RequestParameterHandler