com.j2biz.blogunity.web.taglibs
Class I18NTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.j2biz.blogunity.web.taglibs.I18NTag
All Implemented Interfaces:
IterationTag, JspTag, Serializable, Tag

public class I18NTag
extends TagSupport

See Also:
Serialized Form

Field Summary
 
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
I18NTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getKey()
           
 String getParams()
           
 void setKey(String key)
           
 void setParams(String params)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18NTag

public I18NTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException

getKey

public String getKey()

setKey

public void setKey(String key)

getParams

public String getParams()

setParams

public void setParams(String params)


Copyright (c)j2biz.com