Portal Content Localization


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

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

Content localization tags

Tag Library Information
Display NamePortal Content Localization
Version1.0
Short Namel10n
URIhttp://www.bea.com/servers/portal/tags/netuix/l10n
 

Tag Summary
include Includes the given page URL. The behavior of this tag is similar to the jsp:include tag, except for the locale. This tag searches for a localized version of the page URL based on the current locale. If there is no locale set, this tag uses the locale from the HTTP request headers.
forward Forwards to the given page URL. The behavior of this tag is similar to the jsp:forward tag, except for the locale. This tag searches for a localized version of the page URL based on the current locale. If there is no locale set, this tag uses the locale from the HTTP request headers. This tag cannot be used within a jsp on a portal page. By the time the jsp is rendered, the response has already been committed. In that case, using this tag will result in a java.lang.IllegalStateException. In order to use this functionality within a portal, use com.bea.netuix.servlets.l10n.L10nResourceManager.resolve() and com.bea.netuix.servlets.controls.BackingContext.sendRedirect().
resolve Resolves the given absolute/relate URL to a localized version. The localized URL is always absolute. This tag searches for a localized version of the page URL based on the current locale. If there is no locale set, this tag uses the locale from the HTTP request headers.
 


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.