| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JspLibrary | |
|---|---|
| oracle.jdeveloper.jsp.libraries | |
| oracle.jdeveloper.jsp.utils | |
| oracle.jdeveloper.webapp.utils | |
| Uses of JspLibrary in oracle.jdeveloper.jsp.libraries | 
|---|
| Methods in oracle.jdeveloper.jsp.libraries that return JspLibrary | |
|---|---|
|  JspLibrary | JspLibraryManager.addLibrary(JspLibrary library)Add a JspLibrary to the current model. | 
|  JspLibrary | JspLibraryManager.addLibrary(JspLibrary library, boolean isUserLibrary)Adds library and marks it (non)editable for user via GUI. | 
|  JspLibrary | JspLibraryManager.getFirstLibraryFromPrefix(java.lang.String prefix)Finds a JspLibrary that has preffered prefix equal to the given prefix. | 
|  JspLibrary[] | JspLibraryChangeEvent.getLibraries() | 
|  JspLibrary | JspLibraryChangeEvent.getLibrary() | 
|  JspLibrary | JspLibraryManager.getLibrary(java.lang.String libraryName)Return latest versions of the installed Tag Libraries with a given name. | 
|  JspLibrary | JspLibraryManager.getLibrary(java.lang.String libraryName, java.lang.String version)Finds specified version of the installed Tag Library with a given name. | 
|  JspLibrary | JspLibraryManager.getLibraryFromURI(java.lang.String uri)Finds a latest version of the library with the given URI. | 
|  JspLibrary | JspLibraryManager.getLibraryFromURI(java.lang.String uri, java.lang.String version)Finds a given version of the library with the given URI. | 
| static JspLibrary | JspLibraryUtils.getTagLibrary(java.lang.String uri, Project project) | 
| static JspLibrary | JspLibraryUtils.getTagLibrary(java.net.URL tldURL, Project project) | 
|  JspLibrary | JspLibraryManager.getUnpackagedLibrary(java.net.URL tldURL) | 
| Methods in oracle.jdeveloper.jsp.libraries that return types with arguments of type JspLibrary | |
|---|---|
|  java.util.Collection<JspLibrary> | JspLibraryManager.getAllLibraries()Return all installed Tag Libraries. | 
|  java.util.Collection<JspLibrary> | JspLibraryManager.getLatestLibraryVersions()Return latest versions of all installed Tag Libraries. | 
|  java.util.Collection<JspLibrary> | JspLibraryManager.getLibraries(java.lang.String libraryName)Return all versions of the installed Tag Libraries with a given name. | 
|  java.util.Collection<JspLibrary> | JspLibraryManager.getLibrariesFromPrefix(java.lang.String prefix)Returns all libraries that have given preffered prefix. | 
|  java.util.Collection<JspLibrary> | JspLibraryManager.getLibrariesFromURI(java.lang.String uri)Finds all versions of the library with the given URI. | 
| static java.util.List<JspLibrary> | JspLibraryUtils.getPackagedLibraries(Project project)Gets all JspLibraries whose corresponding TLD file is packaged in a JAR file. | 
|  java.util.Collection<JspLibrary> | JspLibraryManager.getPackagedLibraries(java.net.URL archiveURL)Returns all tag libraries registered with the manager that are packaged in the given archive. | 
| static java.util.List<JspLibrary> | JspLibraryUtils.getTagLibraries(Project project)Gets all JspLibraries available in the project. | 
| static java.util.List<JspLibrary> | JspLibraryUtils.getTagLibraries(java.lang.String uri, Project project) | 
| static java.util.List<JspLibrary> | JspLibraryUtils.getTldLibraries(Project project)Gets all JspLibraries available in the project defined by TLD files. | 
| Methods in oracle.jdeveloper.jsp.libraries with parameters of type JspLibrary | |
|---|---|
|  JspLibrary | JspLibraryManager.addLibrary(JspLibrary library)Add a JspLibrary to the current model. | 
|  JspLibrary | JspLibraryManager.addLibrary(JspLibrary library, boolean isUserLibrary)Adds library and marks it (non)editable for user via GUI. | 
|  void | JspLibraryUtils.addTagLibrary(JspLibrary library, Project project) | 
|  int | JspLibraryUtils.JspLibraryNameComparator.compare(JspLibrary lib1, JspLibrary lib2) | 
|  int | JspLibraryUtils.JspLibraryUriComparator.compare(JspLibrary lib1, JspLibrary lib2) | 
|  boolean | JspLibraryManager.containsLibrary(JspLibrary library)Checks if library instance is already added to the manager. | 
| static void | JspLibrary.copy(JspLibrary src, JspLibrary dst)Copy utility method. | 
|  java.util.Collection<java.net.URL> | JspLibraryURLClassesProvider.getAdditionalClasses(JspLibrary library, Context context, java.util.Collection<java.net.URL> currentClasses) | 
| static java.net.URL | JspLibraryManager.getKnownLibraryAnnotations(JspLibrary library) | 
| static java.net.URL | JspLibraryManager.getKnownLibrarySchema(JspLibrary library) | 
| static java.util.Collection<java.net.URL> | JspLibraryUtils.getLibraryUrls(JspLibrary lib, Project project)Gets the URLs of all library JARs the tag library depends on, including the JAR containing the TLD file. | 
|  boolean | JspLibraryManager.isEditable(JspLibrary library) | 
|  void | JspLibraryEventListener.jspLibraryCreated(oracle.jdevimpl.webapp.jsp.libraries.model.JspLibraryListWrapper jspLibraryListWrapper, JspLibrary library) | 
|  void | JspLibraryManager.notifyObservers(JspLibrary library, java.util.List changes)If library is changed in a way that it colides with others it will be removed. | 
|  void | JspLibraryManager.notifyObservers(JspLibrary library, oracle.bali.xml.share.PropertyChange change)If library is changed in a way that it colides with others it will be removed. | 
|  void | JspLibraryManager.notifyObserversJspLibraryCreateEvents(oracle.jdevimpl.webapp.jsp.libraries.model.JspLibraryListWrapper jspLibraryListWrapper, JspLibrary library)If library is created, notification is sent to Observers before its added | 
|  boolean | JspLibraryManager.removeLibrary(JspLibrary library)Remove a JspLibrary from the current model. | 
| static void | JspLibraryUtils.removeTagLibrary(JspLibrary library, Project project)Removing the tag library reference will not remove underlining resource. | 
|  void | JspLibrary.setAvailableProperties(JspLibrary target)This should be avialable only to "friendly" classes. | 
| Constructors in oracle.jdeveloper.jsp.libraries with parameters of type JspLibrary | |
|---|---|
| JspLibrary(JspLibrary jsplibrary)Copy constructor. | |
| JspLibraryChangeEvent(java.lang.Object source, JspLibrary[] libs, int remove_add_type) | |
| JspLibraryChangeEvent(java.lang.Object source, JspLibrary lib, java.util.Collection changes) | |
| JspLibraryChangeEvent(java.lang.Object source, JspLibrary lib, int remove_add_type) | |
| JspLibraryChangeEvent(java.lang.Object source, JspLibrary lib, oracle.bali.xml.share.PropertyChange change) | |
| Uses of JspLibrary in oracle.jdeveloper.jsp.utils | 
|---|
| Methods in oracle.jdeveloper.jsp.utils that return JspLibrary | |
|---|---|
| static JspLibrary | JSPTagUtils.getJspLibrary(java.lang.String libraryName)Returns the latest version of the system tag library with the given name. | 
| static JspLibrary | JSPTagUtils.getJspLibrary(java.lang.String libraryName, Project project)If a tag library with given name is used in the project, returns that library. | 
| static JspLibrary | JSPTagUtils.getJspLibraryByPrefix(java.lang.String prefix, Context context) | 
| static JspLibrary | JSPTagUtils.getJspLibraryByURI(java.lang.String uri)Returns the latest version of the system tag library with the given URI. | 
| static JspLibrary | JSPTagUtils.getJspLibraryByURI(java.lang.String uri, Project project)If a tag library with given URI is used in the project, returns that library. | 
| Methods in oracle.jdeveloper.jsp.utils with parameters of type JspLibrary | |
|---|---|
| static void | JSPTagUtils.addTld(JspLibrary jspLib, Project prj)Deprecated. use updateProjectWithTagLibrary() method to add tag library to the project. It will do all needed actions. | 
| static void | JSPTagUtils.updateProjectWithTagLibraries(JspLibrary[] jspLibs, Project project) | 
| static void | JSPTagUtils.updateProjectWithTagLibrary(JspLibrary jspLib, Project project)Updates project with the current Jsplibrary. | 
| Uses of JspLibrary in oracle.jdeveloper.webapp.utils | 
|---|
| Methods in oracle.jdeveloper.webapp.utils with parameters of type JspLibrary | |
|---|---|
| static void | WebDocumentUtil.addTagLibrary(JspLibrary jspTagLibrary, oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext) | 
| static void | WebDocumentUtil.addTagLibrary(JspLibrary jspTagLibrary, Project project, oracle.bali.xml.model.AbstractModel model)Configures JSP page and the project it belongs to to use given JSP tag library. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||