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 RadioButtonGroup.RadioButtonGroupPrefixHandler

java.lang.Object
  extended by com.bea.wlw.netui.tags.html.RadioButtonGroup.RadioButtonGroupPrefixHandler
All Implemented Interfaces:
RequestParameterHandler
Enclosing class:
RadioButtonGroup

public static class RadioButtonGroup.RadioButtonGroupPrefixHandler
extends Object
implements RequestParameterHandler

The handler for naming and indexing the RadioButtonGroup.

Exclude:

Constructor Summary
RadioButtonGroup.RadioButtonGroupPrefixHandler()
           
 
Method Summary
 void process(javax.servlet.http.HttpServletRequest request, String key, String expr, ProcessPopulate.ExpressionUpdateNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioButtonGroup.RadioButtonGroupPrefixHandler

public RadioButtonGroup.RadioButtonGroupPrefixHandler()
Method Detail

process

public void process(javax.servlet.http.HttpServletRequest request,
                    String key,
                    String expr,
                    ProcessPopulate.ExpressionUpdateNode node)
Specified by:
process in interface RequestParameterHandler

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