Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.presentation.web.taglib
Class InterfaceMessageTag  view InterfaceMessageTag download InterfaceMessageTag.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.apache.struts.taglib.bean.MessageTag
          extended byru.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


Field Summary
protected  boolean encode
           
private static org.apache.log4j.Category LOG
           
 
Fields inherited from class org.apache.struts.taglib.bean.MessageTag
arg0, arg1, arg2, arg3, arg4, bundle, defaultLocale, key, localeKey, messages, name, property, scope
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
InterfaceMessageTag()
           
 
Method Summary
 int doStartTag()
          Process the start tag.
 boolean getEncode()
           
 boolean isEncode()
           
 void setEncode(boolean encode)
           
 
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
 

Field Detail

LOG

private static org.apache.log4j.Category LOG

encode

protected boolean encode
Constructor Detail

InterfaceMessageTag

public InterfaceMessageTag()
Method Detail

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.