| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.jdeveloper.webapp.design.DTEManager
public class DTEManager
Public interface to JSP VE Design Time Engine
| Field Summary | |
|---|---|
static java.lang.String | 
DTE_DISABLED_PROJECT_PROPERTYName of the transient project properties that is set to Boolean.TRUE when the web-app auto restarted is stopped.  | 
protected static java.lang.String | 
DTE_MANAGER_NAME | 
| Constructor Summary | |
|---|---|
DTEManager() | 
|
| Method Summary | |
|---|---|
 void | 
addContextualObjectProvider(ContextualObjectProvider provider)Deprecated.  | 
 void | 
addIncludeProvider(oracle.bali.xml.grammar.QualifiedName qname, IncludeProvider provider)Deprecated.  | 
static DTEManager | 
getInstance() | 
 void | 
registerELContextObjectProvider(MetaClass<ELContextObjectProvider> elContextObjectProvider)Register the given EL Context Object Provider  | 
 void | 
registerLoadResourcesFromClassLoaderFeatureEnabler(LoadResourcesFromClassLoaderFeatureEnabler loadResourcesFromClassLoaderFeatureEnabler) | 
 void | 
registerRenderAsIncludeProvider(oracle.bali.xml.grammar.QualifiedName qname, MetaClass<RenderAsIncludeProvider> renderAsIncludeProvider)Register the RenderAsInclude Provider given the qualified name  | 
 void | 
registerVisualEditorPathProvider(MetaClass<VisualEditorPathProvider> visualEditorPathProvider)Register an extension point allowing JSP Design Time Visual Editor viewable paths to be specified for JspSourceNode and subclasses (JspFragmentSourceNode, JspTagSourceNode, JspTagXSourceNode, JspTagFragmentSourceNode).  | 
 void | 
registerVisualEditorPathProvider(MetaClass<VisualEditorPathProvider> visualEditorPathProvider, float weight)Register an extension point allowing JSP Design Time Visual Editor viewable paths to be specified for JspSourceNode and subclasses (JspFragmentSourceNode, JspTagSourceNode, JspTagXSourceNode, JspTagFragmentSourceNode).  | 
 void | 
removeContextualObjectProvider(ContextualObjectProvider provider)Deprecated.  | 
 void | 
removeIncludeProvider(oracle.bali.xml.grammar.QualifiedName qname)Deprecated.  | 
 void | 
replaceResource(java.net.URL baseUrl, java.lang.String resourceName, java.net.URL replacementResource)Deprecated.  | 
 void | 
restartWebApp(Project project)Restart the webapp in JSP VE design time(fake servlet container)  | 
 void | 
startWebAppAutoRestart(Project project)By default the dte restarts the webapp whenever the web.xml or other configuration files are modified.  | 
 void | 
stopWebAppAutoRestart(Project project)By default the dte restarts the webapp whenever the web.xml or other configuration files are modified.  | 
 void | 
suppressClassPathEntry(java.net.URL classPathEntry)Register a classPathEntry (jar or directory) that should be suppressed from the Web Application Environment.  | 
 void | 
suppressResource(java.lang.String resourceName, java.lang.String dependentClassName, java.net.URL replacementResource)Register a resource that should be suppressed from the Web Application environment.  | 
 void | 
suppressResource(java.net.URL baseUrl, java.lang.String resourceName)Deprecated.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected static final java.lang.String DTE_MANAGER_NAME
public static final java.lang.String DTE_DISABLED_PROJECT_PROPERTY
| Constructor Detail | 
|---|
public DTEManager()
| Method Detail | 
|---|
public static DTEManager getInstance()
@Deprecated
public void addContextualObjectProvider(ContextualObjectProvider provider)
@Deprecated
public void removeContextualObjectProvider(ContextualObjectProvider provider)
public void registerELContextObjectProvider(MetaClass<ELContextObjectProvider> elContextObjectProvider)
@Deprecated
public void addIncludeProvider(oracle.bali.xml.grammar.QualifiedName qname,
                                          IncludeProvider provider)
@Deprecated
public void removeIncludeProvider(oracle.bali.xml.grammar.QualifiedName qname)
public void registerRenderAsIncludeProvider(oracle.bali.xml.grammar.QualifiedName qname,
                                            MetaClass<RenderAsIncludeProvider> renderAsIncludeProvider)
public void registerVisualEditorPathProvider(MetaClass<VisualEditorPathProvider> visualEditorPathProvider)
public void registerVisualEditorPathProvider(MetaClass<VisualEditorPathProvider> visualEditorPathProvider,
                                             float weight)
This variant provides a weight for the Provider, allowing it to take precedence over a standard implementation for the same type of JspSourceNode Context
public void registerLoadResourcesFromClassLoaderFeatureEnabler(LoadResourcesFromClassLoaderFeatureEnabler loadResourcesFromClassLoaderFeatureEnabler)
public void suppressClassPathEntry(java.net.URL classPathEntry)
classPathEntry - the URL of the jar or directory that should be suppressed. The URL should be constructed using oracle.ide.net.URLFactory.
public void suppressResource(java.lang.String resourceName,
                             java.lang.String dependentClassName,
                             java.net.URL replacementResource)
resourceName - the name of the resource, as passed to ClassLoader.getResources()dependentClassName - the name of a class in the jar whose resource we wish to suppress. If null, suppress all.replacementResource - the URL of a resource to use in place of resourceName
@Deprecated
public void suppressResource(java.net.URL baseUrl,
                                        java.lang.String resourceName)
baseUrl - the URL of the jar or directory that contains the resource to suppress. The URL should be constructed using oracle.ide.net.URLFactory.resourceName - the name of the resource, as passed to ClassLoader.getResources()
@Deprecated
public void replaceResource(java.net.URL baseUrl,
                                       java.lang.String resourceName,
                                       java.net.URL replacementResource)
baseUrl - the URL of the jar or directory that contains the resource to suppress. The URL should be constructed using oracle.ide.net.URLFactory.resourceName - the name of the resource, as passed to ClassLoader.getResources()replacementResource - the URL of a resource to use in place of resourceNamepublic void stopWebAppAutoRestart(Project project)
project - the project which the webapp belong topublic void startWebAppAutoRestart(Project project)
project - the project which the webapp belong topublic void restartWebApp(Project project)
project - The project for the webapp
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||