BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.html
Class CheckBoxGroup.CheckboxGroupPrefixHandler

java.lang.Object
  extended by com.bea.wlw.netui.tags.html.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.

Exclude:

Constructor Summary
CheckBoxGroup.CheckboxGroupPrefixHandler()
           
 
Method Summary
 void process(javax.servlet.http.HttpServletRequest request, String key, String expr, ProcessPopulate.ExpressionUpdateNode node)
          Determines the current state of the CheckBoxGroup based on the Request.
 
Methods inherited from class java.lang.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(javax.servlet.http.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
Exclude:

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.