|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.faces.component.AttributeDescriptor | +--org.apache.struts.faces.util.AttributeDescriptorImpl
Concrete implementation of
javax.faces.component.AttributeDescriptor
for the
Struts-Faces Integration Library.
Field Summary | |
private java.lang.String |
className
The fully qualified class name of the implementation class for this attribute. |
private java.lang.String |
description
The help text describing this attribute. |
private java.lang.String |
displayName
The display name of this attribute. |
private java.lang.String |
name
The attribute name of this attribute. |
Constructor Summary | |
AttributeDescriptorImpl()
|
Method Summary | |
java.lang.String |
getClassName()
|
java.lang.String |
getDescription()
|
java.lang.String |
getDescription(java.util.Locale locale)
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getDisplayName(java.util.Locale locale)
|
java.lang.String |
getName()
|
java.lang.Class |
getType()
Return the Java class representing the data type of the legal values for this attribute. |
void |
setClassName(java.lang.String className)
|
void |
setDescription(java.lang.String description)
|
void |
setDisplayName(java.lang.String displayName)
|
void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String className
The fully qualified class name of the implementation class for this attribute.
private java.lang.String description
The help text describing this attribute.
private java.lang.String displayName
The display name of this attribute.
private java.lang.String name
The attribute name of this attribute.
Constructor Detail |
public AttributeDescriptorImpl()
Method Detail |
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
public java.lang.String getDescription()
getDescription
in class javax.faces.component.AttributeDescriptor
public void setDescription(java.lang.String description)
public java.lang.String getDescription(java.util.Locale locale)
getDescription
in class javax.faces.component.AttributeDescriptor
public java.lang.String getDisplayName()
getDisplayName
in class javax.faces.component.AttributeDescriptor
public void setDisplayName(java.lang.String displayName)
public java.lang.String getDisplayName(java.util.Locale locale)
getDisplayName
in class javax.faces.component.AttributeDescriptor
public java.lang.String getName()
getName
in class javax.faces.component.AttributeDescriptor
public void setName(java.lang.String name)
public java.lang.Class getType()
Return the Java class representing the data type of the legal values for this attribute.
getType
in class javax.faces.component.AttributeDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |