content
Tag setUsrResourceBundle


change the default engine resourcebundle for a given user name.

It is used to allow template designers to change the default engine resource bundle used by engine popups opened from pages using this template on a per user basis. This therefore enables for different popups styles for given users.

This tag should be called on top of the template JSP file.

Please refer to the 'Engine Popup Customization' documentation for more details.

Example :

<content:setUsrEngineResourceBundle resourceBundle="albertResource" userName="albert" />

where albertResource is the name of Resource Bundle file for the user "albert" so that we get albertResource.properties .


Tag Information
Tag Classorg.jahia.taglibs.resourcebundle.SetUsrEngineResourceBundleTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
resourceBundlefalsetruejava.lang.Stringthe resource bundle identifier to assign to the user.

localeLanguagefalsetruejava.lang.StringNo Description
localeCountryfalsetruejava.lang.StringNo Description
localeVariantfalsetruejava.lang.StringThe variant argument is a vendor or browser-specific code.

For example, use WIN for Windows, MAC for Macintosh, and POSIX for POSIX. See java.util.Locale for more info.

userNametruetruejava.lang.Stringthe user name to associate the specified resource bundle with.


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.