Class PortletMetaDataConstants
- java.lang.Object
-
- org.gatein.pc.portlet.impl.metadata.PortletMetaDataConstants
-
public final class PortletMetaDataConstants extends Object
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_LOCALEThe default localestatic StringNS_XML_NAMESPACEThe xml namespacestatic StringPORTLET_JSR_168_NSThe portlet version 1.0 namespacestatic StringPORTLET_JSR_286_NSThe portlet version 2.0 namespace
-
Constructor Summary
Constructors Constructor Description PortletMetaDataConstants()
-
-
-
Field Detail
-
PORTLET_JSR_168_NS
public static final String PORTLET_JSR_168_NS
The portlet version 1.0 namespace- See Also:
- Constant Field Values
-
PORTLET_JSR_286_NS
public static final String PORTLET_JSR_286_NS
The portlet version 2.0 namespace- See Also:
- Constant Field Values
-
NS_XML_NAMESPACE
public static final String NS_XML_NAMESPACE
The xml namespace- See Also:
- Constant Field Values
-
DEFAULT_LOCALE
public static final String DEFAULT_LOCALE
The default locale- See Also:
- Constant Field Values
-
-