org.apache.struts.faces.util
Class AttributeDescriptorImpl

java.lang.Object
  |
  +--javax.faces.component.AttributeDescriptor
        |
        +--org.apache.struts.faces.util.AttributeDescriptorImpl

public class AttributeDescriptorImpl
extends javax.faces.component.AttributeDescriptor

Concrete implementation of javax.faces.component.AttributeDescriptor for the Struts-Faces Integration Library.

Version:
$Revision: 1.1 $ $Date: 2003/03/07 03:22:45 $
Author:
Craig R. McClanahan

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

className

private java.lang.String className

The fully qualified class name of the implementation class for this attribute.


description

private java.lang.String description

The help text describing this attribute.


displayName

private java.lang.String displayName

The display name of this attribute.


name

private java.lang.String name

The attribute name of this attribute.

Constructor Detail

AttributeDescriptorImpl

public AttributeDescriptorImpl()
Method Detail

getClassName

public java.lang.String getClassName()

setClassName

public void setClassName(java.lang.String className)

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class javax.faces.component.AttributeDescriptor

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription(java.util.Locale locale)
Specified by:
getDescription in class javax.faces.component.AttributeDescriptor

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class javax.faces.component.AttributeDescriptor

setDisplayName

public void setDisplayName(java.lang.String displayName)

getDisplayName

public java.lang.String getDisplayName(java.util.Locale locale)
Specified by:
getDisplayName in class javax.faces.component.AttributeDescriptor

getName

public java.lang.String getName()
Specified by:
getName in class javax.faces.component.AttributeDescriptor

setName

public void setName(java.lang.String name)

getType

public java.lang.Class getType()

Return the Java class representing the data type of the legal values for this attribute.

Specified by:
getType in class javax.faces.component.AttributeDescriptor


Copyright ? 2003 - Apache Software Foundation