Modifier and Type | Field and Description |
---|---|
static String |
BUNDLE_REQUEST_KEY |
Constructor and Description |
---|
BundleTag.ResourceHelper() |
Modifier and Type | Method and Description |
---|---|
static ResourceBundle |
getBundle(javax.servlet.jsp.PageContext pageContext)
Retrieves the bundle cached in the page by a previous call to
getBundle(PageContext,String).
|
static void |
setBundle(javax.servlet.jsp.PageContext pageContext,
ResourceBundle bundle,
int scope)
Caches the Bundle in the request using the BUNDLE_REQUEST_KEY.
|
public static final String BUNDLE_REQUEST_KEY
public static ResourceBundle getBundle(javax.servlet.jsp.PageContext pageContext)
public static void setBundle(javax.servlet.jsp.PageContext pageContext, ResourceBundle bundle, int scope)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.