|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.Node
oracle.ide.model.TextNode
oracle.ide.model.DeployableTextNode
oracle.bali.xml.addin.XMLSourceNode
oracle.jdeveloper.webapp.DelegatingXMLSourceNode
oracle.jdeveloper.webapp.WebDocumentNode
oracle.jdeveloper.webapp.BrowsableWebDocumentNode
oracle.jdevimpl.webapp.html.HtmlSourceNode
oracle.jdeveloper.model.JspSourceNode
public class JspSourceNode
The JspSourceNode interface represents a Jsp source file
in the JDeveloper browser.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.bali.xml.addin.XMLSourceNode |
|---|
oracle.bali.xml.addin.XMLSourceNode.JDevXmlContextFactory |
| Field Summary | |
|---|---|
static boolean |
ENABLE_QUICK_START
|
static java.lang.String |
JSP_EXT
|
static java.lang.String |
JSPX_EXT
|
| Fields inherited from class oracle.jdevimpl.webapp.html.HtmlSourceNode |
|---|
ALTERNATE_EXT, EXT |
| Fields inherited from class oracle.bali.xml.addin.XMLSourceNode |
|---|
XML_CONTEXT_CREATED |
| Fields inherited from class oracle.ide.model.DeployableTextNode |
|---|
EXT2 |
| Fields inherited from class oracle.ide.model.Node |
|---|
LOG_READONLY |
| Constructor Summary | |
|---|---|
JspSourceNode()
|
|
| Method Summary | |
|---|---|
protected XMLSourceNodeDelegate |
createDefaultXMLSourceNodeDelegate()
|
protected java.lang.String |
getEncoding(char[] chars)
|
javax.swing.Icon |
getIcon()
Returns the Icon for this node instance |
java.lang.String |
getPackage(Project project)
Returns the package for the source file. |
java.lang.String |
getSourceFile()
Returns the file name for the source file. |
boolean |
isBuildable()
|
boolean |
isXml(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext)
Lookup the web.xml if the document represented by this node is configured as a JSP in XML syntax. |
| Methods inherited from class oracle.jdevimpl.webapp.html.HtmlSourceNode |
|---|
createIndexingProviderImpl, createOutputStreamWriter, createReader, getDefaultContentNamespace, getIndexingMetadataMapper, getIndexingMetadataURLS, getInputStream, getLoadEncoding, getSaveEncoding, isXmlSyntax, setDefaultContentNamespace |
| Methods inherited from class oracle.jdeveloper.webapp.BrowsableWebDocumentNode |
|---|
getBrowseablePath, getBrowseablePath |
| Methods inherited from class oracle.jdeveloper.webapp.WebDocumentNode |
|---|
closeImpl, getXmlContext, pauseXmlContextCreation, resumeXmlContextCreation |
| Methods inherited from class oracle.bali.xml.addin.XMLSourceNode |
|---|
createAnnotationGrammar, createAnnotationGrammarImpl, createAnnotationMetadataProvider, createAnnotationMetadataProviderImpl, createAnnotationMetadataResolver, createAnnotationMetadataResolverImpl, createAnnotationModel, createAnnotationModelImpl, createDOMImplementation, createDomModelPluginFactory, createDomModelPluginFactoryImpl, createGrammarResolver, createIndexingProvider, getBundleId, getDOMImplementation, getExtension, getModel, getModel, getShapingIds, getXmlContext, getXmlContext, getXmlContext, hasXmlContextBeenCreated, reformatForLineBasedDiff, registerServiceProviders, registerXmlSourceNodeHook, revertImpl, saveImpl, setJDevXmlContextFactory, showAllValidComponentsPalettePage, supportsXmlContextAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final boolean ENABLE_QUICK_START
public static final java.lang.String JSP_EXT
public static final java.lang.String JSPX_EXT
| Constructor Detail |
|---|
public JspSourceNode()
| Method Detail |
|---|
protected XMLSourceNodeDelegate createDefaultXMLSourceNodeDelegate()
createDefaultXMLSourceNodeDelegate in class oracle.jdevimpl.webapp.html.HtmlSourceNodeprotected java.lang.String getEncoding(char[] chars)
getEncoding in class oracle.jdevimpl.webapp.html.HtmlSourceNodepublic javax.swing.Icon getIcon()
getIcon in interface DisplayablegetIcon in class oracle.jdevimpl.webapp.html.HtmlSourceNodeIcon to be displayed for the
Displayable.public boolean isBuildable()
public java.lang.String getPackage(Project project)
PackagedSource
getPackage in interface PackagedSourceproject - the project which contains the source file
public java.lang.String getSourceFile()
PackagedSource
In the case of a normal Java file, this method should return the
source file attribute, defined as the following:
Only the name of the source file is given by the source file attribute
it never represents the name of a directory containing the file or an
absolute path name for the file. For instance the source file attribute
may contain file name foo.java but not the UNIX path name
/home/jdevwork/workspace1/project1/package1/foo.java.
getSourceFile in interface PackagedSourcepublic boolean isXml(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext)
sourceNode - the JSP sourceNodexmlContext - The JDeveloper XML Context
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||