public abstract class LoadBundleTag
extends javax.servlet.jsp.tagext.TagSupport
TobagoBundle
and configure it in the faces-config.xml.Constructor and Description |
---|
LoadBundleTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
abstract String |
getBasenameValue()
Base name of the resource bundle to be loaded.
|
abstract String |
getVarValue()
Name of a session-scope attribute under which the bundle data
will be exposed.
|
public abstract String getBasenameValue()
public abstract String getVarValue()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.