|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provide descriptive information about a JET Project/transform/bundle.
Method Summary | |
---|---|
java.net.URL |
getBaseURL()
Return the base URL of from which all bundle content may be accessed. |
java.lang.String |
getDescription()
Return a description of the bundle. |
java.lang.String |
getId()
Return the unique identifier of the bundle. |
java.lang.String |
getMainTemplate()
Return a bundle relative path to the main template for the bundle. |
java.lang.String |
getModelExtension()
Return the model extension that the bundle expects its input to conform to. |
java.lang.String |
getModelLoaderId()
Return the id of the model loader the bundle expects to use. |
java.net.URL |
getModelSchema()
Return the URL of model schema defined by the transform. |
java.lang.String |
getName()
Return the bundle's descriptive name. |
java.lang.String |
getOverridesId()
Return the id of a JET bundle that this bundle overrides. |
java.lang.String |
getProvider()
Return the name of the entity that created the bundle. |
TagLibraryReference[] |
getTagLibraryReferences()
Return an array containing the tag libraries imported by the bundle. |
java.lang.String |
getTemplateLoaderClass()
Return the template loader class for the bundle. |
java.lang.String |
getVersion()
Return the bundle version string. |
boolean |
isPrivate()
Tests whether the transform is declared to be private. |
Method Detail |
public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getModelLoaderId()
null
if the bundle does not specify a model loader.public java.lang.String getModelExtension()
null
if the bundle does not specific a model extension.public java.lang.String getOverridesId()
null
if the bundle does not override another bundle.public java.lang.String getVersion()
public java.lang.String getProvider()
public TagLibraryReference[] getTagLibraryReferences()
public java.lang.String getTemplateLoaderClass()
null
if not specified.public java.lang.String getMainTemplate()
null
if not specified.public java.net.URL getBaseURL()
public boolean isPrivate()
true
for private, false
otherwise.public java.net.URL getModelSchema() throws java.net.MalformedURLException
null
if no schema is provided
java.net.MalformedURLException
- if the model schema URL is malformed.
|
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 |