|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.bea.p13n.content.servlets.jsp.taglib.BaseTag | +--com.bea.p13n.content.servlets.jsp.taglib.SelectByIdTag
A tag which finds a Content via its identifier and places it in a script variable for use.
Field Summary | |
protected String |
contentHome
Deprecated. The JNDI name of the ContentManager to contact. |
protected String |
contentId
Deprecated. The identifier of the content. |
protected Map |
contextParams
Deprecated. The search context params. |
protected String |
onNotFound
Deprecated. The error message to give if the identifier is not found. |
Fields inherited from class com.bea.p13n.content.servlets.jsp.taglib.BaseTag |
cacheId, cacheScope, cacheTimeout, failOnError, readOnly, 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 | |
SelectByIdTag()
Deprecated. |
Method Summary | |
int |
doStartTag()
Deprecated. Called to execute the tag. |
String |
getContentHome()
Deprecated. Get the value of contentHome . |
String |
getContentId()
Deprecated. Get the value of contentId . |
Map |
getContextParams()
Deprecated. Get the context params. |
String |
getOnNotFound()
Deprecated. Get the value of onNotFound . |
void |
release()
Deprecated. Release any resources. |
void |
setContentHome(String v)
Deprecated. Set the value of contentHome . |
void |
setContentId(String v)
Deprecated. Set the value of contentId . |
void |
setContextParams(Map m)
Deprecated. Set the context params. |
void |
setContextParams(String str)
Deprecated. Set the context params from semi-colon separate list of name=value pairs. |
void |
setOnNotFound(String v)
Deprecated. Set the value of onNotFound . |
Methods inherited from class com.bea.p13n.content.servlets.jsp.taglib.BaseTag |
getCacheId, getCacheScope, getCacheTimeout, getFailOnError, getHttpSession, getReadOnly, getUseCache, getUserId, setCacheId, setCacheScope, setCacheTimeout, setCacheTimeout, setFailOnError, setFailOnError, setReadOnly, setReadOnly, 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 |
protected String contentHome
protected String contentId
protected String onNotFound
protected Map contextParams
Constructor Detail |
public SelectByIdTag()
Method Detail |
public String getContentHome()
contentHome
.
public void setContentHome(String v)
contentHome
.
public String getContentId()
contentId
.
public void setContentId(String v)
contentId
.
public String getOnNotFound()
onNotFound
.
public void setOnNotFound(String v)
onNotFound
.
public Map getContextParams()
public void setContextParams(String str)
public void setContextParams(Map m)
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
public void release()
release
in interface Tag
release
in class BaseTag
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |