|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.jsp.libraries.JspLibrary
Constructor Summary | |
JspLibrary()
|
|
JspLibrary(JspLibrary jsplibrary)
Copy constructor. |
|
JspLibrary(java.lang.String classesURL,
java.lang.String tldURL,
java.lang.String uri,
java.lang.String displayName,
java.lang.String prefix)
This creates a JspLibrary object that can be registered with JDeveloper. |
Method Summary | |
static void |
copy(JspLibrary src,
JspLibrary dst)
Copy utility method. |
java.lang.String |
getClassesURL()
|
java.lang.String |
getDisplayName()
The 'DisplayName' property represents the 'displayName' attribute from the DTD. |
java.lang.String |
getIcon()
|
java.lang.String |
getLibraries()
|
java.lang.String |
getLibrary()
|
java.lang.String |
getPrefix()
The 'Prefix' property represents the 'prefix' attribute from the DTD. |
boolean |
getRunInEditor()
|
java.lang.String |
getTldURL()
The 'Location' property represents the 'location' attribute from the DTD. |
java.lang.String |
getURI()
The 'Name' property represents the 'name' attribute from the DTD. |
void |
setClassesURL(java.lang.String classesURL)
|
void |
setDisplayName(java.lang.String displayName)
Set the display name of this tag. |
void |
setIcon(java.lang.String iconURL)
Set the url of the icon you wish to use when displaying individual tags within JDeveloper. |
void |
setLibraries(java.lang.String libraries)
Set the libraries that should be added to the active project whenever any tags belonging to this taglib are used. |
void |
setLibrary(java.lang.String library)
|
void |
setPrefix(java.lang.String prefix)
Set the prefix to be used for this taglib. |
void |
setRunInEditor(boolean runInEditor)
Set whether to run all tags when viewed in the Visual Editor. |
void |
setTldURL(java.lang.String url)
Set the tld url. |
void |
setURI(java.lang.String uri)
Set the taglib's namespace. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JspLibrary()
public JspLibrary(java.lang.String classesURL, java.lang.String tldURL, java.lang.String uri, java.lang.String displayName, java.lang.String prefix)
classesURL
- - this is deprecated for 9.0.5. Only used for migration purposes.tldURL
- - the location of the tld. Note that you can use macros to specify
relative urls to oracle home. ex. @oracle.home@/jdev/mylibraries/taglib.tld.uri
- - the namespace of this tag library.displayName
- - the name to be used to identify this taglib. Will default to the
prefix name if null.prefix
- - the prefix to be used in JDeveloper for the taglib.public JspLibrary(JspLibrary jsplibrary)
Method Detail |
public static void copy(JspLibrary src, JspLibrary dst)
public void setRunInEditor(boolean runInEditor)
runInEditor
- set true if tags should be run inside the Visual
Editor.public boolean getRunInEditor()
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName
- the name to use when the tag is being
manipulated within JDeveloper.public java.lang.String getURI()
public void setURI(java.lang.String uri)
uri
- the taglibs namespace. This must be unique within the product.public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix
- the prefix to use with this taglib.public java.lang.String getTldURL()
public void setTldURL(java.lang.String url)
url
- - the url location of this tld.public void setLibrary(java.lang.String library)
public java.lang.String getLibrary()
public void setIcon(java.lang.String iconURL)
iconURL
- url of icon.public java.lang.String getIcon()
public void setClassesURL(java.lang.String classesURL)
public java.lang.String getClassesURL()
public void setLibraries(java.lang.String libraries)
libraries
- the comma-delimited string.public java.lang.String getLibraries()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.