|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jet.taglib.TagLibraryManager
public class TagLibraryManager
Access point for information on all declared tag libraries.
Field Summary | |
---|---|
static java.lang.String |
STANDARD_CONTROL_TAGS_ID
|
static java.lang.String |
STANDARD_FORMAT_TAGS_ID
|
static java.lang.String |
STANDARD_JAVA_TAGS_ID
|
static java.lang.String |
STANDARD_WORKSPACE_TAGS_ID
|
Method Summary | |
---|---|
static TagLibraryManager |
getInstance()
Return the instance of the tag library manager. |
java.lang.String[] |
getKnownLibraryIds()
|
TagLibrary |
getTagLibrary(java.lang.String id)
Find the TabLibrary declaration given the tag library id. |
TagLibrary |
getTagLibrary(java.lang.String id,
boolean includeWorkspaceDeclarations)
Return the tag library declaration given the tag library id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String STANDARD_CONTROL_TAGS_ID
public static final java.lang.String STANDARD_JAVA_TAGS_ID
public static final java.lang.String STANDARD_FORMAT_TAGS_ID
public static final java.lang.String STANDARD_WORKSPACE_TAGS_ID
Method Detail |
---|
public static TagLibraryManager getInstance()
public TagLibrary getTagLibrary(java.lang.String id)
id
- a tag library id.
null
if id is not known.public TagLibrary getTagLibrary(java.lang.String id, boolean includeWorkspaceDeclarations)
If includeWorkspaceDeclarations
is true
, then workspace plug-in projects will be searched for tag library definitions prior to
installed plug-ins. This option is useful for compilers and editors.
id
- a tag library id.includeWorkspaceDeclarations
- include tag libraries declared in plug-ins in the current workspace
null
if id is not known.public java.lang.String[] getKnownLibraryIds()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |