Skip navigation links

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

E17493-04


Uses of Class
oracle.jdeveloper.webapp.libraries.TagLibrary

Packages that use TagLibrary
oracle.jdeveloper.jsp.libraries   
oracle.jdeveloper.webapp.libraries   
oracle.jdeveloper.webapp.metadata   

 

Uses of TagLibrary in oracle.jdeveloper.jsp.libraries

 

Subclasses of TagLibrary in oracle.jdeveloper.jsp.libraries
 class JspLibrary
          Instances of this class represent JSP Tag Libraries avialiable within the JDeveloper.

 

Methods in oracle.jdeveloper.jsp.libraries with parameters of type TagLibrary
 void JspLibrary.setAvailableProperties(TagLibrary target)
          This should be avialable only to "friendly" classes.

 

Uses of TagLibrary in oracle.jdeveloper.webapp.libraries

 

Classes in oracle.jdeveloper.webapp.libraries with type parameters of type TagLibrary
 class TagLibraryChangeEvent<T extends TagLibrary>
           
 class TagLibraryConfigurationContext<T extends TagLibrary>
           
 interface TagLibraryConfigurationContextProvider<T extends TagLibrary>
           
 interface TagLibraryEventListener<T extends TagLibrary>
           
 interface TagLibraryListener<T extends TagLibrary,TEvent extends TagLibraryChangeEvent<T>>
           
 class TagLibraryManager<T extends TagLibrary>
           Common abstract library manager refactored from JspLibraryManager for sharing with the facelet library manager.
 interface TagLibraryURLClassesProvider<T extends TagLibrary>
          More generalized version of JspLibraryURLClassesProvider

 

Methods in oracle.jdeveloper.webapp.libraries that return TagLibrary
 TagLibrary DerivedTagLibrary.getBaseLibrary()
          The base library that is wrapped by this derived library.
abstract  T[] TagLibraryChangeEvent.getLibraries()
           

 

Methods in oracle.jdeveloper.webapp.libraries with parameters of type TagLibrary
static void TagLibraryManager.activateLibraries(TagLibrary[] libraries)
          Activates extensions for all the libraries specified.
static void TagLibraryManager.activateLibrary(TagLibrary library)
          Activate library extension and extension dependencies
static TagLibraryManager.RegistrationInfo TagLibraryManager.addActivatableLibrary(TagLibrary library, java.lang.String extensionId)
          Add an activatable library entry.
static void TagLibrary.copy(TagLibrary src, TagLibrary dst)
          Copy utility method.
static java.util.Collection<java.net.URL> TagLibraryUtils.getLibraryUrls(TagLibrary lib, Project project)
          Gets the URLs of all library JARs the tag library depends on, including the JAR containing the TLD file.
static java.lang.String TagLibraryManager.getOwnerExtensionId(TagLibrary tagLibrary)
          Returns owning extension id of the tag library
static TagLibraryManager.RegistrationInfo TagLibraryManager.getRegistrationInfo(TagLibrary tagLibrary)
          Returns RegistrationInfo structure that contains info about the extensions that registered various aspects of the tag library.
abstract  void TagLibrary.setAvailableProperties(TagLibrary target)
          This should be avialable only to "friendly" classes.

 

Method parameters in oracle.jdeveloper.webapp.libraries with type arguments of type TagLibrary
static void TagLibraryManager.addRegistrationInfo(java.util.Collection<TagLibrary> libList, java.lang.String extensionId, oracle.jdeveloper.webapp.libraries.TagLibraryManager.RegistrationInfo.Type regInfoType)
          Add registration info for the list of libraries specified.

 

Constructors in oracle.jdeveloper.webapp.libraries with parameters of type TagLibrary
TagLibraryChangeEvent(java.lang.Object source, T[] libs, java.util.Collection changes, int type)
           

 

Uses of TagLibrary in oracle.jdeveloper.webapp.metadata

 

Classes in oracle.jdeveloper.webapp.metadata with type parameters of type TagLibrary
 interface WebAppProjectMetadataRegistryEntry<T extends TagLibrary>
           
 interface WebAppProjectMetadataResolver<T extends TagLibrary>
           

 


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.