org.apache.beehive.netui.tags
Interface IHtmlIdWriter
- All Known Implementing Classes:
- Form
public interface IHtmlIdWriter
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. |
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
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