Constructor and Description |
---|
Registry() |
Modifier and Type | Method and Description |
---|---|
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.
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Registry()
public void release()
public void setValue(String value)
value
- value to setpublic void setAction(String action) throws ApplicationException
action
- value to setApplicationException
public void setSort(String sort)
sort
- value to setpublic void setType(String type) throws ApplicationException
type
- value to setApplicationException
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
Copyright © 2015 Lucee