java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.bean.MessageTag
ru.gammalabs.ice.presentation.web.taglib.InterfaceMessageTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class InterfaceMessageTag
- extends org.apache.struts.taglib.bean.MessageTag
| Fields inherited from class org.apache.struts.taglib.bean.MessageTag |
arg0, arg1, arg2, arg3, arg4, bundle, defaultLocale, key, localeKey, messages, name, property, scope |
| Methods inherited from class org.apache.struts.taglib.bean.MessageTag |
getArg0, getArg1, getArg2, getArg3, getArg4, getBundle, getKey, getLocale, getName, getProperty, getScope, release, setArg0, setArg1, setArg2, setArg3, setArg4, setBundle, setKey, setLocale, setName, setProperty, setScope |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static org.apache.log4j.Category LOG
encode
protected boolean encode
InterfaceMessageTag
public InterfaceMessageTag()
getEncode
public boolean getEncode()
isEncode
public boolean isEncode()
setEncode
public void setEncode(boolean encode)
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Description copied from class:
org.apache.struts.taglib.bean.MessageTag
- Process the start tag.