public final class Property extends TagImpl implements DynamicAttributes
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setAccess(String access) |
void |
setDefault(String _default) |
void |
setDisplayname(String displayname) |
void |
setDynamicAttribute(String uri,
Collection.Key name,
Object value) |
void |
setDynamicAttribute(String uri,
String name,
Object value) |
void |
setGetter(boolean setter) |
void |
setHint(String hint) |
void |
setMetaData(String name,
Object value) |
void |
setName(String name)
set the value name
A string; a property name.
|
void |
setRequired(boolean required) |
void |
setSetter(boolean setter) |
void |
setType(String type)
set the value type
A string; a property type name; data type.
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Property()
public void release()
public void setDynamicAttribute(String uri, String name, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.name
- the name of the attribute being set.value
- the value of the attributepublic void setDynamicAttribute(String uri, Collection.Key name, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.name
- the name of the attribute being set.value
- the value of the attributepublic void setMetaData(String name, Object value)
public void setType(String type)
type
- value to setpublic void setName(String name)
name
- value to setpublic void setDefault(String _default)
_default
- The _default to set.public void setAccess(String access) throws ExpressionException
access
- The access to set.ExpressionException
public void setDisplayname(String displayname)
displayname
- The displayname to set.public void setRequired(boolean required)
required
- The required to set.public void setSetter(boolean setter)
public void setGetter(boolean setter)
public int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
Copyright © 2015 Lucee