GetNodeTag Class

com.bea.content.manager.servlets.jsp.taglib
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

Field Summary

protected Node
node
The Nodes returned from the get.
protected String
path
The path.
   
Fields from  com.bea.content.manager.servlets.jsp.taglib.BaseTag
cacheId, cacheScope, cacheTimeout, failOnError, useCache
 
Fields from  javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 

Constructor Summary

GetNodeTag()

 

Method Summary

public int
doStartTag()
Run the tag.
public String
getPath()
Get the path.
public void
release()
Release this tag.
public void
setPath(String path)
Set the path.
 
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
   
Methods from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 

Field Detail

node

protected Node node
The Nodes returned from the get.


path

protected String path
The path.

 

Constructor Detail

GetNodeTag

public GetNodeTag()
 

Method Detail

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.