|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.bea.p13n.content.servlets.jsp.taglib.BaseTag
The base class for all content tags.
This provides support for the failOnError
,
readOnly
, useCache
, cacheScope
,
cacheId
, and cacheTimeout
parameters.
Field Summary | |
protected String |
cacheId
Deprecated. The cache id. |
protected String |
cacheScope
Deprecated. The cache scope. |
protected long |
cacheTimeout
Deprecated. The cache timeout. |
protected boolean |
failOnError
Deprecated. Are we supposed to fail (i.e. throw an exception) on an error. |
protected boolean |
readOnly
Deprecated. No longer needed. |
protected boolean |
useCache
Deprecated. Should this try to use the ContentCache . |
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 | |
BaseTag()
Deprecated. |
Method Summary | |
String |
getCacheId()
Deprecated. Get the cacheId which should be used. |
String |
getCacheScope()
Deprecated. Get the value of cacheScope . |
String |
getCacheTimeout()
Deprecated. Get the value of cacheTimeout . |
String |
getFailOnError()
Deprecated. Get the value of failOnError as a string. |
HttpSession |
getHttpSession()
Deprecated. Get the current HttpSession. |
String |
getReadOnly()
Deprecated. No longer needed. |
String |
getUseCache()
Deprecated. Get the value of useCache . |
String |
getUserId()
Deprecated. Get the user id of the current user. |
void |
release()
Deprecated. Release the tag by setting everything to the default. |
void |
setCacheId(String s)
Deprecated. Set the value of cacheId . |
void |
setCacheScope(String s)
Deprecated. Get the value of cacheScope . |
void |
setCacheTimeout(long l)
Deprecated. Set the value of cacheTimeout . |
void |
setCacheTimeout(String v)
Deprecated. Set the value of cacheTimeout . |
void |
setFailOnError(boolean b)
Deprecated. Set the value of failOnError . |
void |
setFailOnError(String s)
Deprecated. Set the value of failOnError . |
void |
setReadOnly(boolean b)
Deprecated. No longer needed. |
void |
setReadOnly(String s)
Deprecated. No longer needed. |
void |
setUseCache(boolean b)
Deprecated. Set the value of useCache . |
void |
setUseCache(String s)
Deprecated. Set the value of useCache . |
static Map |
toDictionary(String in)
Deprecated. Convert a semi-colon separated of "name=value" pairs into a map. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, doStartTag, 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 boolean failOnError
protected boolean readOnly
protected boolean useCache
ContentCache
.
protected String cacheScope
This should correspond to something which the
ContentCache
understands. The
standard values are "application", "session", "page", and
"request".
protected String cacheId
When accessing the cache, in general, if this is not set, then the ID should be used.
protected long cacheTimeout
Constructor Detail |
public BaseTag()
Method Detail |
public void release()
public HttpSession getHttpSession()
public String getFailOnError()
failOnError
as a string.
public void setFailOnError(String s)
failOnError
.
public void setFailOnError(boolean b)
failOnError
.
public String getReadOnly()
readOnly
as a String.
public void setReadOnly(String s)
readOnly
.
public void setReadOnly(boolean b)
readOnly
.
public String getUseCache()
useCache
.
public void setUseCache(String s)
useCache
.
public void setUseCache(boolean b)
useCache
.
public String getCacheScope()
cacheScope
.
public void setCacheScope(String s)
cacheScope
.
public String getCacheId()
public void setCacheId(String s)
cacheId
.
public String getCacheTimeout()
cacheTimeout
.
public void setCacheTimeout(String v)
cacheTimeout
.
public void setCacheTimeout(long l)
cacheTimeout
.
public String getUserId()
public static Map toDictionary(String in)
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |