|
||||||||||
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.Registry
public final class Registry
Reads, writes, and deletes keys and values in the system registry. The cfregistry tag is supported on all platforms, including Linux, Solaris, and HP-UX.
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
Registry()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setAction(String action)
set the value action action to the registry |
void |
setBranch(String branch)
set the value branch Name of a registry branch. |
void |
setEntry(String entry)
set the value entry Registry value to access. |
void |
setName(String name)
set the value name Name of record set to contain returned keys and values. |
void |
setSort(String sort)
set the value sort Sorts query column data (case-insensitive). |
void |
setType(String type)
set the value type string: return string values dWord: return DWord values key: return keys any: return keys and values |
void |
setValue(String value)
set the value value Value data to set. |
void |
setVariable(String variable)
set the value variable Variable into which to put value. |
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 Registry()
Method Detail |
---|
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagImpl
Tag.release()
public void setValue(String value)
value
- value to setpublic void setAction(String action) throws ApplicationException
action
- value to set
ApplicationException
public void setSort(String sort)
sort
- value to setpublic void setType(String type) throws ApplicationException
type
- value to set
ApplicationException
public void setBranch(String branch)
branch
- value to setpublic void setEntry(String entry)
entry
- value to setpublic void setVariable(String variable)
variable
- value to setpublic void setName(String name)
name
- value to setpublic 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 |