| java.lang.Object com.salmonllc.jsp.JspCrumbleObject
JspCrumbleObject | public JspCrumbleObject(String name, String textDesc, String href)(Code) | | JspCrumbleObject constructor
Parameters: name - - mandatory Parameters: textDesc - - optional Parameters: href - - optional |
getHref | public String getHref()(Code) | | Get crumble href value
String |
getName | public String getName()(Code) | | Get crumble name value
String |
getText | public String getText()(Code) | | Get crumble text value
String |
setHref | public void setHref(String newHref)(Code) | | Set the crumble href
Parameters: newHref - |
setName | public void setName(String newName)(Code) | | Set the crumble name
Parameters: newName - |
setText | public void setText(String newText)(Code) | | Set the crumble text
Parameters: newText - |
|
|