|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.bea.content.manager.servlets.jsp.taglib.BaseTag
com.bea.content.manager.servlets.jsp.taglib.GetNodeTag
public class GetNodeTag
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 |
|---|
protected String path
protected Node node
| Constructor Detail |
|---|
public GetNodeTag()
| Method Detail |
|---|
public void release()
release in class BaseTag
public int doStartTag()
throws JspException
JspExceptionpublic String getPath()
public void setPath(String path)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||