© 2005 BEA Systems, Inc.

com.bea.content.manager.servlets.jsp.taglib
Class GetNodeTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.bea.content.manager.servlets.jsp.taglib.BaseTag
          extended bycom.bea.content.manager.servlets.jsp.taglib.GetNodeTag
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class GetNodeTag
extends BaseTag

JSP Tag implementation for getting a node by its path.

See Also:
Serialized Form

Field Summary
protected  Node node
          The Nodes returned from the get.
protected  String path
          The path.
 
Fields inherited from class com.bea.content.manager.servlets.jsp.taglib.BaseTag
cacheId, cacheScope, cacheTimeout, failOnError, useCache
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
GetNodeTag()
           
 
Method Summary
 int doStartTag()
          Run the tag.
 String getPath()
          Get the path.
 void release()
          Release this tag.
 void setPath(String path)
          Set the path.
 
Methods inherited from class 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 inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

public int doStartTag()
               throws JspException
Run the tag.

Throws:
JspException

getPath

public String getPath()
Get the path.


release

public void release()
Release this tag.

Specified by:
release in interface Tag
Overrides:
release in class BaseTag

setPath

public void setPath(String path)
Set the path.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved