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

Portal Skeleton Rendering
Tag context


Description

Sets up the context for a skeleton file. A page context attribute named by the "type" attribute will be initialized for the body of the tag. The actual type of the page context attribute will be the appropriate presentation context corresponding to the specified type; e.g. WindowPresentationContext for specified type of "windowpc".


Tag Information
Tag Classcom.bea.netuix.servlets.jsp.taglib.skeleton.Context
TagExtraInfo ClassNone
Body ContentJSP
Display NameRendering Context

Attributes
NameRequiredRequest-timeDescription
typetruefalse Name of presentation context attribute corresponding to appropriate Presentation Context instance. For example, specifying "windowpc" will cause the current WindowPresentationContext" to be used.

Variables
NameTypeDeclareScopeDescription
From attribute 'type'com.bea.netuix.servlets.controls.PresentationContexttrueNESTED Scripting variable corresponding to page context attribute for specified type.


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.