com.ibm.portal.theme.plugin.impl
Interface ThemeJspIncludeDescriptorConstants
- All Superinterfaces:
- ThemeContentDescriptorConstants
- All Known Implementing Classes:
- DefaultThemeJspInclude
-
public interface ThemeJspIncludeDescriptorConstants
- extends ThemeContentDescriptorConstants
Constants describing the xml for declaring a DefaultThemeJspInclude
- Since:
- 6.0
- Note:
This interface is designed to be implemented by clients. |
Field Summary
|
static java.lang.String |
ELEMENT_NAME
The ELEMENT_NAME is the name of the
xml tag in the plugin.xml. |
static java.lang.String |
JSP_ATTRIBUTE
The JSP_ATTRIBUTE should be the path to the
jsp to include. |
ELEMENT_NAME
static final java.lang.String ELEMENT_NAME
- The ELEMENT_NAME is the name of the
xml tag in the plugin.xml. For <item>,
the element name is "item".
- See Also:
- Constant Field Values
JSP_ATTRIBUTE
static final java.lang.String JSP_ATTRIBUTE
- The JSP_ATTRIBUTE should be the path to the
jsp to include.
- See Also:
- Constant Field Values