| com.flexive.war.beans.admin.content.CeIdGenerator
CeIdGenerator | public class CeIdGenerator extends Hashtable (Code) | | Helper class for the ContentEditor.
It generates a unique id for a xpath that gets accepted by jsf components.
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
CeIdGenerator | protected CeIdGenerator()(Code) | | Constructor.
|
decodeToXPath | public static String decodeToXPath(String id)(Code) | | Decodes the id of an object.
Parameters: id - the encoded id the decoded id |
get | public String get(Object object)(Code) | | Returns the id of the object, which is generated from its XPath.
Parameters: object - the object the description, or null if the assignment id could not be resolved |
put | public String put(Object object, String ignore)(Code) | | Fake put - does nothing expect returning the id for the given object.
Parameters: object - the object Parameters: ignore - this parameter is discarded the description of the assignment id, or null if the assignment id could not be resolved |
|
|