Portal Skeleton Rendering


Standard Syntax:
     <%@ taglib prefix="skeleton" uri="http://www.bea.com/servers/portal/tags/netuix/skeleton" %>

XML Syntax:
     <anyxmlelement xmlns:skeleton="http://www.bea.com/servers/portal/tags/netuix/skeleton" />

Tags to render markup in skeleton JSP files.

Tag Library Information
Display NamePortal Skeleton Rendering
Version1.0
Short Nameskeleton
URIhttp://www.bea.com/servers/portal/tags/netuix/skeleton
 

Tag Summary
child Causes the rendering process to be performed explicitly on the specified control.
children Causes the rendering process to be performed implicitly on all children of the current control that have not previously been rendered.
contentTypeMeta Tag to render the HTML meta tag containing the content type and charset.
context 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".
control Renders an HTML element corresponding to the control specified by tye "presentationContext" attribute. This tag accepts dynamic attributes, and any such attributes will be rendered directly as-is.
doctype Tag to render the HTML/XTHML doctype declaration for portals.
html Tag to render the HTML element for HTML/XHTML portals.
openHtml Tag to render the opening HTML element for HTML/XHTML portals.
xml Tag to render the XML declaration for XHTML portals.
xmlStylesheets Tag to render the XML stylesheet processing instructions for XHTML portals.
 


Output Generated by Tag Library Documentation Generator.

Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.