|
||||||||||
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.Collection
public final class Collection
Allows you to create and administer Collections.
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
Collection()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setAction(String action)
set the value action Specifies the action to perform. |
void |
setCategories(boolean categories)
|
void |
setCollection(String collection)
set the value collection Specifies a collection name or an alias if action = "map" |
void |
setEngine(String engine)
|
void |
setLanguage(String language)
set the value language |
void |
setName(String name)
set the value name |
void |
setPath(String strPath)
set the value path |
static String |
validateLanguage(String language)
|
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 Collection()
Method Detail |
---|
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagImpl
public void setCategories(boolean categories)
categories
- the categories to set
ApplicationException
public void setAction(String action)
action
- value to setpublic void setEngine(String engine)
public void setPath(String strPath) throws PageException
path
- value to set
PageException
public void setCollection(String collection)
collection
- value to setpublic void setName(String name)
name
- value to setpublic void setLanguage(String language)
language
- value to setpublic static String validateLanguage(String language)
public int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |