webuijsf
Tag themeLinks


The ThemeLicnks component is used to create references to theme resources on a page in a portlet environment, where the Head component cannot be used.


Tag Information
Tag Classcom.sun.webui.jsf.component.ThemeLinksTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.String A ValueExpression that resolves to the UIComponent that corresponds to this tag. This attribute allows the Java bean that contains the UIComponent to manipulate the UIComponent, its properties, and its children.
webuiAllfalsefalsejava.lang.String Flag (true or false) indicating to include all widgets.

For better performance, Javascript is included in the page for only the most commonly used widgets (default). Other widgets will continue to function, but additional requests may be generated to include more resources. Set the webuiAll property to true to include JavaScript resources when the page is loaded, using a single request. Use this feature in combination with the webuiAjax property to include default Ajax functionality based on JSF Extensions.

styleSheetInlinefalsefalsejava.lang.String

If set to true, the theme stylesheet contents will be rendered inline instead of being linked to.

@deprecated Not well supported by browsers.
parseOnLoadfalsefalsejava.lang.String Flag (true or false) indicating to parse HTML markup.

For better performance, HTML markup is parsed in order to create widgets more efficiently. Performance testing shows this approach is quicker than using the document.getElementById() function or Level 0 DOM syntax, especially for large HTML tables. The underlying problem appears to be the extra step taken to convert HTML element IDs to a UTF-16 character encoding.

The parseOnLoad approach allows for progressive HTML rendering. However, partially rendered HTML may be displayed before widgets have been created. If this behavior is undesirable, set the parseOnLoad property to false and widgets shall be rendered inline.

debugfalsefalsejava.lang.String Flag (true or false) indicating that debugging is enabled. This will output uncompressed JavaScript and enable debugging. The default is false.
dijitAllfalsefalsejava.lang.String Flag (true or false) indicating to include all dijit functionality.

For better performance, only the most commonly used features are included by default. Dojo will continue to function, but JavaScript may be retrieved using separate requests.

To limit the number of JavaScript requests, set dijitAll to true when this functionality is needed. The default is false.

@deprecated Dojo is no longer included in the page.
webuiAjaxfalsefalsejava.lang.String Flag (true or false) indicating to include default Ajax functionality based on JSF Extensions.

For better performance, Ajax functionality is not included in the page by default. Ajax features will continue to function, but additional requests are lazily generated to retrieve JavaScript resources as needed, including JSF Extensions. Set the webuiAjax property to true to include JavaScript resources when the page is loaded, using a single request. Use this feature in combination with the webuiAll property to include all tag library functionality.

webuiJsfxfalsefalsejava.lang.String Flag (true or false) indicating to include default Ajax functionality based on JSF Extensions.

For better performance, Ajax functionality is not included in the page by default. Ajax features will continue to function, but additional requests are lazily generated to retrieve JavaScript resources as needed, including JSF Extensions. Set the webuiJsfx property to true to include JavaScript resources when the page is loaded, using a single request. Use this feature in combination with the webuiAll property to include all tag library functionality.

@deprecated
styleSheetfalsefalsejava.lang.String

If set to true, a link element with a reference to the theme stylesheet resource is rendered.

renderedfalsefalsejava.lang.String Use the rendered attribute to indicate whether the HTML code for the component should be included in the rendered HTML page. If set to false, the rendered HTML page does not include the HTML for the component. If the component is not rendered, it is also not processed on any subsequent form submission.
javaScriptfalsefalsejava.lang.String Flag (true or false) indicating that component JavaScript should be output in page. The default value is true.
idfalsetruejava.lang.StringNo Description
jsfxfalsefalsejava.lang.String Flag (true or false) indicating to include JSF Extensions.

For better performance, JSF Extensions may be lazily loaded only when Ajax functionality is needed. When referencing DynaFaces or Prototype APIs directly, use the JSF Extensions tag to include these resources when the page is loaded. For example:

 <%@ taglib prefix="jsfx" uri="http://java.sun.com/jsf/extensions/dynafaces" %>
 
 
   
     
   
     
 
 
 

In this case, set the jsfx property to false to prevent Woodstock from including JSF Extension resources.


Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.