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

java.lang.Object
  extended by TagSupport
      extended by com.bea.content.manager.servlets.jsp.taglib.BaseTag
          extended by com.bea.content.manager.servlets.jsp.taglib.GetNodeTag

public class GetNodeTag
extends BaseTag

JSP Tag implementation for getting a node by its path.


Field Summary
protected  Node node
          Deprecated  
protected  String path
          The path.
 
Fields inherited from class com.bea.content.manager.servlets.jsp.taglib.BaseTag
cacheId, cacheScope, cacheTimeout, failOnError, useCache
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path
The path.


node

protected Node node
Deprecated 
The Nodes returned from the get.

Constructor Detail

GetNodeTag

public GetNodeTag()
Method Detail

release

public void release()
Release this tag.

Overrides:
release in class BaseTag

doStartTag

public int doStartTag()
               throws JspException
Run the tag.

Throws
JspException

getPath

public String getPath()
Get the path.


setPath

public void setPath(String path)
Set the path.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved