Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.jsp.libraries.JspLibrary

Packages that use JspLibrary
oracle.jdeveloper.jsp.libraries   
oracle.jdeveloper.jsp.utils   
 

Uses of JspLibrary in oracle.jdeveloper.jsp.libraries
 

Methods in oracle.jdeveloper.jsp.libraries that return JspLibrary
 JspLibrary JspLibraryManager.getLibrary(java.lang.String prefix)
          Since a libraries prefix must be unique, we will use it to identify installed Tag Libraries.
 JspLibrary JspLibraryManager.getLibraryFromURI(java.lang.String uri)
           
 

Methods in oracle.jdeveloper.jsp.libraries with parameters of type JspLibrary
 void JspLibraryListener.libraryAdded(JspLibrary library)
           
 void JspLibraryListener.libraryRemoved(JspLibrary library)
           
static void JspLibrary.copy(JspLibrary src, JspLibrary dst)
          Copy utility method.
 void JspLibraryManager.addLibrary(JspLibrary library)
          Add a JspLibrary to the current model.
 void JspLibraryManager.removeLibrary(JspLibrary library)
          Remove a JspLibrary from the current model.
 void JspLibraryManager.fireJspLibraryAdded(JspLibrary library)
           
 void JspLibraryManager.fireJspLibraryRemoved(JspLibrary library)
           
 

Constructors in oracle.jdeveloper.jsp.libraries with parameters of type JspLibrary
JspLibrary(JspLibrary jsplibrary)
          Copy constructor.
 

Uses of JspLibrary in oracle.jdeveloper.jsp.utils
 

Methods in oracle.jdeveloper.jsp.utils with parameters of type JspLibrary
static java.util.Iterator JSPTagUtils.getTagsInLibrary(JspLibrary jspLibrary)
          Returns a list of all Tag Names in a given JspLibrary
 


Extension SDK

 

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