GetNodeTag Class
- public class GetNodeTag
extends BaseTag
JSP Tag implementation for getting a node by its path.
-
Hierarchy
-
Object
TagSupport
BaseTag
GetNodeTag
-
All Implemented Interfaces
-
IterationTag
, Serializable
, Tag
Methods from com.bea.content.manager.servlets.jsp.taglib.BaseTag |
getCacheId , getCacheScope , getCacheTimeout , getFailOnError , getHttpSession , getUseCache , getUserId , setCacheId , setCacheScope , setCacheTimeout , setCacheTimeout , setFailOnError , setFailOnError , setUseCache , setUseCache , toDictionary
|
Methods from javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
protected Node
node
- The Nodes returned from the get.
path
protected String
path
- The path.
GetNodeTag
public GetNodeTag()
doStartTag() Method
public int doStartTag()
throws JspException
Run the tag.
-
Overrides
-
TagSupport.doStartTag()
Exceptions
-
JspException
getPath() Method
public String
getPath()
Get the path.
release() Method
public void release()
Release this tag.
-
Overrides
-
BaseTag.release()
setPath(String) Method
public void setPath(String
path)
Set the path.