|
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.SearchTag
public class SearchTag
JSP Tag implementation for searching for content.
| Field Summary | |
|---|---|
protected Map |
contextParams
Context params. |
protected Expression |
expr
The query. |
protected boolean |
isManagerSort
True if the sort will occur in the manager, in addition to the SPI. |
protected int |
max
The maximum number of content to return. |
protected Node[] |
nodes
Deprecated |
protected String |
queryStr
The query string. |
protected String[] |
searchPaths
Search paths. |
protected String |
sortBy
The sort by clause. |
| Fields inherited from class com.bea.content.manager.servlets.jsp.taglib.BaseTag |
|---|
cacheId, cacheScope, cacheTimeout, failOnError, useCache |
| Constructor Summary | |
|---|---|
SearchTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Run the tag. |
Map |
getContextParams()
Get the context params. |
String |
getMax()
Get the value of max as a String. |
String |
getQuery()
Get the value of queryStr. |
String[] |
getSearchPaths()
Get the value of searchPaths. |
String |
getSortBy()
Get the value of sortBy. |
void |
release()
Release this tag. |
void |
setContextParams(Map m)
Set the context params. |
void |
setContextParams(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 |
setMax(int l)
Set the value of max. |
void |
setMax(String v)
Set the value of max. |
void |
setQuery(String v)
Set the value of queryStr. |
void |
setSearchPaths(String searchPaths)
Set the value of searchPaths. |
void |
setSearchPaths(String[] searchPaths)
Set the value of searchPaths. |
void |
setSortBy(String v)
Set the value of sortBy. |
| 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 int max
protected String sortBy
protected String queryStr
protected Expression expr
protected Map contextParams
protected String[] searchPaths
protected boolean isManagerSort
protected Node[] nodes
| Constructor Detail |
|---|
public SearchTag()
| Method Detail |
|---|
public void release()
release in class BaseTag
public int doStartTag()
throws JspException
JspExceptionpublic String getMax()
max as a String.
public void setMax(String v)
max.
public void setMax(int l)
max.
public String getSortBy()
sortBy.
public void setSortBy(String v)
sortBy.
public void setSearchPaths(String searchPaths)
searchPaths.
public void setSearchPaths(String[] searchPaths)
searchPaths.
public String[] getSearchPaths()
searchPaths.
public String getQuery()
queryStr.
public void setQuery(String v)
queryStr.
public void setExpression(Expression expr)
expression object to use.
public Map getContextParams()
public void setContextParams(String str)
public void setContextParams(Map m)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||