Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.webapp.design
Interface RenderAsIncludeProvider


public interface RenderAsIncludeProvider
 The VE Design Time Engine invokes RenderAsIncludeProvider so that an
 Include URL can be supplied in place of Tag execution.
 Used in cases where the tag is implemented to leverage the include
 mechanism and cannot be executed as such due to other dependencies that
 the VE Design Time Engine might not have.
 The tag's metadata must specify
  <webappmd:renderAsInclude>true</webappmd:renderAsInclude>

 NOTE : **************************IMPORTANT****************************
 There should be no state information in the RenderAsIncludeProvider implementation
 

Method Summary
 java.net.URL getIncludeUrl(javax.servlet.ServletRequest servletRequest, oracle.bali.xml.model.XmlContext xmlContext, org.w3c.dom.Node node, java.lang.ClassLoader webAppClassLoader)
          Executes an include tag with the resolved url instead of exercising the node.

 

Method Detail

getIncludeUrl

java.net.URL getIncludeUrl(javax.servlet.ServletRequest servletRequest,
                           oracle.bali.xml.model.XmlContext xmlContext,
                           org.w3c.dom.Node node,
                           java.lang.ClassLoader webAppClassLoader)
Executes an include tag with the resolved url instead of exercising the node.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.