| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FacesUniqueIDGenerator
FacesUniqueIDGenerator provides a plugin mechanism for clients to pitch in their own Unique ID generation logic.
| Method Summary | |
|---|---|
 java.lang.String | 
generateUniqueID(oracle.bali.xml.model.AbstractModel model, java.lang.String prefix)Generates a unique ID, using a given prefix, which is guaranteed to be unique across the model.  | 
 boolean | 
isApplicable(oracle.bali.xml.model.XmlContext xmlContext)Checks whether this FacesUniqueIDGenerator is applicable in a given context or not. | 
| Method Detail | 
|---|
java.lang.String generateUniqueID(oracle.bali.xml.model.AbstractModel model,
                                  java.lang.String prefix)
model - The Abstract Model.prefix - The base prefix for the ID.boolean isApplicable(oracle.bali.xml.model.XmlContext xmlContext)
FacesUniqueIDGenerator is applicable in a given context or not. For e.g. a given web document may allow ADF Faces components to be inserted or not.xmlContext - The Xml Context.FacesUniqueIDGenerator is applicable, FALSE otherwise.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||