public interface RenderIdSupport
ApplicationInstance.
If an object will only be associated
with a single ApplicationInstance, the
ApplicationInstance.generateId() method may be used to generate
an application unique identifier.
If an object may be associated with multiple
ApplicationInstances, the
ApplicationInstance.generateSystemId() method should instead
be used.
An identifier string may only letters, digits and underscores [A-Z,a-z,0-9,_]
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRenderId()
Returns an identifier that is unique within the
ApplicationInstance with which the implementor will be
used. |