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 CheckBox.CheckBoxPrefixHandler

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

Exclude:

Constructor Summary
CheckBox.CheckBoxPrefixHandler()
           
 
Method Summary
 void process(javax.servlet.http.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 java.lang.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(javax.servlet.http.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
Exclude:

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