Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api
Interface LibraryJSPComponent
- All Superinterfaces:
- Document, Editable, EditableItem, EditableLibraryComponent, Hierarchical, Item, LibraryComponent, Localized, WCMApiObject, WorkflowedDocument
public interface LibraryJSPComponent- extends EditableLibraryComponent
Represents an JSP component that exists in the Component Library.
A LibraryJSPComponent is a LibraryComponent and must be stored as a separate entity in the repository.
A JSP component contains a JSP path and error message. This interface provides methods to retrieve and set the JSP path and error message.
note: since v6.0.0, a LibraryComponent is referred to as a "Component" in the Authoring UI.
- See Also:
- LibraryComponent
Method Summary java.lang.String getErrorMessage()
Return the error message contained in this component as a String.java.lang.String getJspPath()
Return the JSP path contained in this component as a String.void setErrorMessage(java.lang.String errorMessage)
Sets the error message contained in this JSPComponent.void setJspPath(java.lang.String jspPath)
Sets the JSP path to be contained in this JSPComponent.
Methods inherited from interface com.ibm.workplace.wcm.api.Hierarchical getParentId
Methods inherited from interface com.ibm.workplace.wcm.api.Item getCreationDate, getDescription, getIdentity, getModifiedDate, getName, getTitle
Methods inherited from interface com.ibm.portal.Localized getLocales
Methods inherited from interface com.ibm.workplace.wcm.api.EditableItem setDescription, setName, setTitle
Method Detail getJspPath
java.lang.String getJspPath()
- Returns the JSP path contained in this component as a String.
- Returns:
- the path to the JSP
setJspPath
void setJspPath(java.lang.String jspPath)
- Sets the JSP path to be contained in this JSPComponent.
- Parameters:
- jspPath - the JSP path
getErrorMessage
java.lang.String getErrorMessage()
- Returns the error message contained in this component as a String.
- Returns:
- the error message
setErrorMessage
void setErrorMessage(java.lang.String errorMessage)
- Sets the error message contained in this JSPComponent.
- Parameters:
- errorMessage - the JSP path
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD