Uses of Class
javax.faces.view.Location

Packages that use Location
javax.faces.view.facelets

This package contains public classes for the Java code API of Facelets. 

 

Uses of Location in javax.faces.view.facelets
 

Methods in javax.faces.view.facelets that return Location
 Location Tag.getLocation()
          

Return the Location of this Tag instance in the Facelet view.

abstract  Location TagAttribute.getLocation()
          The location of this attribute in the FaceletContext
abstract  Location TagAttribute.getLocation()
          The location of this attribute in the FaceletContext
 Location Tag.getLocation()
          

Return the Location of this Tag instance in the Facelet view.

 

Constructors in javax.faces.view.facelets with parameters of type Location
Tag(Location location, java.lang.String namespace, java.lang.String localName, java.lang.String qName, TagAttributes attributes)
           
Tag(Location location, java.lang.String namespace, java.lang.String localName, java.lang.String qName, TagAttributes attributes)
           
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.