|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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.SelectTag
JSP Tag implementation for searching for content.
Field Summary | |
protected java.lang.String |
contentHome
The JNDI content manager home name. |
protected java.util.Map |
contextParams
Context params. |
protected Expression |
expr
The query. |
protected long |
max
The maximum number of content to return. |
protected Expression |
oldExpr
Deprecated. will be removed when old expressions are removed. |
protected java.lang.String |
queryStr
The query string. |
protected java.lang.String |
sortBy
The sort by clause. |
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 |
Constructor Summary | |
SelectTag()
|
Method Summary | |
int |
doStartTag()
Run the tag. |
java.lang.String |
getContentHome()
Get the value of contentHome . |
java.util.Map |
getContextParams()
Get the context params. |
java.lang.String |
getMax()
Get the value of max as a String. |
java.lang.String |
getQuery()
Get the value of queryStr . |
java.lang.String |
getSortBy()
Get the value of sortBy . |
void |
release()
Release this tag. |
void |
setContentHome(java.lang.String v)
Set the value of contentHome . |
void |
setContextParams(java.util.Map m)
Set the context params. |
void |
setContextParams(java.lang.String str)
Set the context params from semi-colon separate list of name=value pairs. |
void |
setExpression(Expression expr)
Set the expression object to use. |
void |
setExpression(Expression expr)
Deprecated. will be removed when old expressions are removed. |
void |
setMax(long l)
Set the value of max . |
void |
setMax(java.lang.String v)
Set the value of max . |
void |
setQuery(java.lang.String v)
Set the value of queryStr . |
void |
setSortBy(java.lang.String v)
Set the value of sortBy . |
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 java.lang.String contentHome
protected long max
protected java.lang.String sortBy
protected java.lang.String queryStr
protected Expression expr
If this is non-null, this will be used. Otherwise, the old expression query will be used.
protected Expression oldExpr
If expr is null and this is non-null, this will be used. Otherwise, the query string will be used.
protected java.util.Map contextParams
Constructor Detail |
public SelectTag()
Method Detail |
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
public java.lang.String getContentHome()
contentHome
.public void setContentHome(java.lang.String v)
contentHome
.public java.lang.String getMax()
max
as a String.public void setMax(java.lang.String v)
max
.public void setMax(long l)
max
.public java.lang.String getSortBy()
sortBy
.public void setSortBy(java.lang.String v)
sortBy
.public java.lang.String getQuery()
queryStr
.public void setQuery(java.lang.String v)
queryStr
.public void setExpression(Expression expr)
public void setExpression(Expression expr)
public java.util.Map getContextParams()
public void setContextParams(java.lang.String str)
public void setContextParams(java.util.Map m)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |