Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-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 true


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 Reference
11g Release 1 (11.1.1)

E13403-03

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