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

E17493-02

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
  true

 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.


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

E17493-02

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