Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Portal Framework Rendering
Tag context


Description

Allows for the override of framework-level control behavior within a specified scope (i.e. the body of the tag). For example,
 
            <context urlCompressionDisabled="false">
                ...
                ...
                ...
            </context>
            
will disable url compression within the body of this tag.


Tag Information
Tag Classcom.bea.netuix.servlets.jsp.taglib.RenderContext
TagExtraInfo ClassNone
Body ContentJSP
Display NameContext

Attributes
NameRequiredRequest-timeDescription
urlCompressionDisabledfalsetrue if this value is true, turn off url compression for urls generated in the body of this tag
asyncContentDisabledfalsetrue if this value is true, urls generated in the body of this tag will not be async.

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Copyright © 2010, Oracle. All rights reserved.