|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.tag.MissingAttribute
railo.runtime.ext.tag.TagMetaDataAttrImpl
public class TagMetaDataAttrImpl
Constructor Summary | |
---|---|
TagMetaDataAttrImpl(Collection.Key name,
boolean required,
String type,
boolean isRuntimeExpressionValue,
String defaultValue,
String description)
Constructor of the class |
|
TagMetaDataAttrImpl(String name,
boolean required,
String type,
boolean isRuntimeExpressionValue,
String defaultValue,
String description)
Constructor of the class |
Method Summary | |
---|---|
String |
getDefaultVaue()
return the default value for this attribute or null if no default value is defined |
String |
getDescription()
A description of the attribute. |
boolean |
isRequired()
Whether the attribute is required. |
boolean |
isRuntimeExpressionValue()
Whether the attribute's value can be dynamically calculated at runtime. |
Methods inherited from class railo.runtime.tag.MissingAttribute |
---|
getName, getType, newInstance, newInstance, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface railo.runtime.ext.tag.TagMetaDataAttr |
---|
getName, getType |
Constructor Detail |
---|
public TagMetaDataAttrImpl(String name, boolean required, String type, boolean isRuntimeExpressionValue, String defaultValue, String description)
name
- required
- type
- public TagMetaDataAttrImpl(Collection.Key name, boolean required, String type, boolean isRuntimeExpressionValue, String defaultValue, String description)
name
- required
- type
- description
- Method Detail |
---|
public String getDescription()
TagMetaDataAttr
getDescription
in interface TagMetaDataAttr
public boolean isRequired()
TagMetaDataAttr
isRequired
in interface TagMetaDataAttr
public boolean isRuntimeExpressionValue()
TagMetaDataAttr
isRuntimeExpressionValue
in interface TagMetaDataAttr
public String getDefaultVaue()
TagMetaDataAttr
getDefaultVaue
in interface TagMetaDataAttr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |