Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.jdeveloper.webapp.metadata.jsf
Interface DefaultFacesJspTagMapper


public interface DefaultFacesJspTagMapper

It is safe to use this API inside FacesJspTagMapper implementation files since it will never call back into it.


Method Summary
 boolean isFacesUIComponent(oracle.bali.xml.metadata.XmlKey tagKey)
          This method can be used to check if a tag library is a Faces tag library by inspecting if any of its tags is a Faces UI component.

 

Method Detail

isFacesUIComponent

boolean isFacesUIComponent(oracle.bali.xml.metadata.XmlKey tagKey)
This method can be used to check if a tag library is a Faces tag library by inspecting if any of its tags is a Faces UI component.
Parameters:
tagKey -
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.