org.apache.beehive.netui.tags.html
Class RadioButtonGroup.RadioButtonGroupPrefixHandler

Object
  extended by 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.


Constructor Summary
RadioButtonGroup.RadioButtonGroupPrefixHandler()
           
 
Method Summary
 void process(HttpServletRequest request, String key, String expr, ProcessPopulate.ExpressionUpdateNode node)
           
 
Methods inherited from class 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(HttpServletRequest request,
                    String key,
                    String expr,
                    ProcessPopulate.ExpressionUpdateNode node)
Specified by:
process in interface RequestParameterHandler