hst-core-tags
Tag setBundle


Loads a resource bundle and stores it in the named scoped variable or the bundle configuration variable


Tag Information
Tag Classorg.hippoecm.hst.tag.SetHstBundleTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
basenametruetruejava.lang.StringResource bundle base name. This is the bundle's fully-qualified resource name, which has the same form as a fully-qualified class name, that is, it uses "." as the package component separator and does not have any file type (such as ".class" or ".properties") suffix.
fallbackToJavaResourceBundlefalsetruejava.lang.StringFlag whether or not to fall back to the Java standard resource bundles if no resource bundle is found from the HST ResourceBundleRegistry by the basename. The default value is true.
fallbackToDefaultLocalizationContextfalsetruejava.lang.StringFlag whether or not to fall back to the default localization context, which might have been set in the virtual hosts, vitual host, mount or sitemap item level. The default value is true.
varfalsefalsejava.lang.StringName of the exported scoped variable which stores the i18n localization context of type javax.servlet.jsp.jstl.fmt.LocalizationContext.
scopefalsefalsejava.lang.StringScope of var or the localization context configuration variable. "page", "request", "session" or "application". "page" scope by default.

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.