| |
|
| java.lang.Object org.jboss.portal.theme.FQN org.jboss.portal.theme.ServerRegistrationID
ServerRegistrationID | public class ServerRegistrationID extends FQN (Code) | | Abstraction of a unique identifier for registered meta data.
author: Martin Holzner. version: $Revision: 8784 $ |
Inner Class :public static class Type | |
Field Summary | |
final public static Type | TYPE_LAYOUT Type for a registered Portal Layout. | final public static Type | TYPE_RENDERSET Type for a registered Portal RenderSet. | final public static Type | TYPE_THEME type for a registered Portal Theme. |
TYPE_LAYOUT | final public static Type TYPE_LAYOUT(Code) | | Type for a registered Portal Layout.
|
TYPE_RENDERSET | final public static Type TYPE_RENDERSET(Code) | | Type for a registered Portal RenderSet.
|
TYPE_THEME | final public static Type TYPE_THEME(Code) | | type for a registered Portal Theme.
|
createID | public static ServerRegistrationID createID(Type type, String[] names)(Code) | | Create a new registration id based on the provided type and names.
Parameters: type - the type of registration to create (TYPE_THEME or TYPE_LAYOUT) Parameters: names - an array of names that together build a unique id a new ServerRegistrationID |
getType | public Type getType()(Code) | | the type of this registration data |
hashCode | public int hashCode()(Code) | | |
|
|
|