| 
NextApp Echo3 v3.0.b4  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RenderIdSupport
Interface for objects which may be identified for rendering purposes via
 via unique String identifiers.   Identifiers must be unique within a given
 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,_]
| Method Summary | |
|---|---|
 java.lang.String | 
getRenderId()
Returns an identifier that is unique within the ApplicationInstance with which the implementor will be 
 used. | 
| Method Detail | 
|---|
java.lang.String getRenderId()
ApplicationInstance with which the implementor will be 
 used.
  | 
NextApp Echo3 v3.0.b4  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||