|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.ext.tag.TagImpl
railo.runtime.tag.Search
public final class Search
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
Search()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setCategory(String listCategories)
|
void |
setCategorytree(String categoryTree)
|
void |
setCollection(String collection)
set the value collection The logical collection name that is the target of the search operation or an external collection with fully qualified path. |
void |
setContextbytes(double contextBytes)
|
void |
setContexthighlightbegin(String contextHighlightBegin)
|
void |
setContexthighlightend(String contextHighlightEnd)
|
void |
setContextpassages(double contextPassages)
|
void |
setCriteria(String criteria)
set the value criteria Specifies the criteria for the search following the syntactic rules specified by type. |
void |
setExternal(boolean external)
set the value external |
void |
setLanguage(String language)
set the value language |
void |
setMaxrows(double maxrows)
set the value maxrows Specifies the maximum number of entries for index queries. |
void |
setName(String name)
set the value name A name for the search query. |
void |
setPreviouscriteria(String previousCriteria)
|
void |
setStartrow(double startrow)
set the value startrow Specifies the first row number to be retrieved. |
void |
setStatus(String status)
|
void |
setSuggestions(String suggestions)
|
void |
setType(String type)
set the value type Specifies the criteria type for the search. |
Methods inherited from class railo.runtime.ext.tag.TagImpl |
---|
getParent, required, required, required, required, setPageContext, setPageContext, setParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Search()
Method Detail |
---|
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagImpl
Tag.release()
public void setType(String type) throws ApplicationException
type
- value to set
ApplicationException
public void setMaxrows(double maxrows)
maxrows
- value to setpublic void setCriteria(String criteria)
criteria
- value to setpublic void setStartrow(double startrow)
startrow
- value to setpublic void setCollection(String collection) throws PageException
collection
- value to set
PageException
public void setLanguage(String language)
language
- value to setpublic void setExternal(boolean external) throws ApplicationException
external
- value to set
ApplicationException
public void setName(String name)
name
- value to setpublic void setCategory(String listCategories)
category
- the category to set
ApplicationException
public void setCategorytree(String categoryTree)
categoryTree
- the categoryTree to set
ApplicationException
public void setContextbytes(double contextBytes) throws ApplicationException
contextBytes
- the contextBytes to set
ApplicationException
public void setContexthighlightbegin(String contextHighlightBegin)
contextHighlightBegin
- the contextHighlightBegin to set
ApplicationException
public void setContexthighlightend(String contextHighlightEnd)
contextHighlightEnd
- the contextHighlightEnd to set
ApplicationException
public void setContextpassages(double contextPassages) throws ApplicationException
contextPassages
- the contextPassages to set
ApplicationException
public void setPreviouscriteria(String previousCriteria) throws ApplicationException
previousCriteria
- the previousCriteria to set
ApplicationException
public void setStatus(String status)
status
- the status to set
ApplicationException
public void setSuggestions(String suggestions) throws PageException
suggestions
- the suggestions to set
ApplicationException
PageException
public int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
Tag.doStartTag()
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
Tag.doEndTag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |