com.sun.facelets.compiler
Class MyFaces12TagRepresentation

java.lang.Object
  extended by com.sun.facelets.compiler.MyFaces12TagRepresentation
All Implemented Interfaces:
TagRepresentation

public class MyFaces12TagRepresentation
extends Object
implements TagRepresentation


Method Summary
 Map<String,String> attributes()
           
 String getLocalName()
           
 Object getLocation()
           
 int getLocationLine()
           
 String getNamespaceUrl()
           
 String getQName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getQName

public String getQName()
Specified by:
getQName in interface TagRepresentation

getLocalName

public String getLocalName()
Specified by:
getLocalName in interface TagRepresentation

getLocation

public Object getLocation()
Specified by:
getLocation in interface TagRepresentation

getLocationLine

public int getLocationLine()
Specified by:
getLocationLine in interface TagRepresentation

attributes

public Map<String,String> attributes()
Specified by:
attributes in interface TagRepresentation

getNamespaceUrl

public String getNamespaceUrl()
Specified by:
getNamespaceUrl in interface TagRepresentation


Copyright © 2012. All Rights Reserved.