org.apache.beehive.netui.tags
Interface IHtmlIdWriter

All Known Implementing Classes:
Form

public interface IHtmlIdWriter


Field Summary
static String ID_PARAMETER_NAME
           
static String ID_PREFIX
           
static String ID_REQUEST_ATTRIBUTE
           
 
Method Summary
 String getNextId()
          Return the next id
 void writeId(String id, String expression)
          This method will add a id and expression to the map maintained by the implementor.
 

Field Detail

ID_PARAMETER_NAME

static final String ID_PARAMETER_NAME
See Also:
Constant Field Values

ID_PREFIX

static final String ID_PREFIX
See Also:
Constant Field Values

ID_REQUEST_ATTRIBUTE

static final String ID_REQUEST_ATTRIBUTE
See Also:
Constant Field Values
Method Detail

writeId

void writeId(String id,
             String expression)
This method will add a id and expression to the map maintained by the implementor. This map should be written to the form as a set of hidden fields that will contain the id.

Parameters:
id -
expression -

getNextId

String getNextId()
Return the next id