com.liferay.faces.util.xml.internal
Class AttributesImpl.Attribute

java.lang.Object
  extended by com.liferay.faces.util.xml.internal.AttributesImpl.Attribute
Enclosing class:
AttributesImpl

protected class AttributesImpl.Attribute
extends Object


Field Summary
 String localName
           
 String qName
           
 String type
           
 String uri
           
 String value
           
 
Constructor Summary
AttributesImpl.Attribute(String uri, String localName, String qName, String type, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

public String uri

localName

public String localName

qName

public String qName

type

public String type

value

public String value
Constructor Detail

AttributesImpl.Attribute

public AttributesImpl.Attribute(String uri,
                                String localName,
                                String qName,
                                String type,
                                String value)


Copyright © 2015 Liferay, Inc.. All rights reserved.