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

Quick Search    Search Deep

org.apache.struts.taglib.wml
Class BaseLangTag  view BaseLangTag download BaseLangTag.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.apache.struts.taglib.wml.BaseHandlerTag
              extended byorg.apache.struts.taglib.wml.BaseWmlTag
                  extended byorg.apache.struts.taglib.wml.BaseLangTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
BaseInputTag, LinkTag, OptionTag, SelectTag, WmlTag

public abstract class BaseLangTag
extends BaseWmlTag

Abstract class for setting some common attributes.


Field Summary
protected  java.lang.String xmlLang
           
 
Fields inherited from class org.apache.struts.taglib.wml.BaseWmlTag
classAttr, id
 
Fields inherited from class org.apache.struts.taglib.wml.BaseHandlerTag
accesskey, defaultLocale, indexed, messages, tabindex
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
BaseLangTag()
          Constructor for BaseLangTag.
 
Method Summary
 java.lang.String getXmlLang()
          Returns the xmlLang.
protected  java.lang.StringBuffer prepareCommonAttribs()
          Prepares id and class attributes.
 void release()
          Release any acquired resources.
 void setXmlLang(java.lang.String xmlLang)
          Sets the xmlLang.
 
Methods inherited from class org.apache.struts.taglib.wml.BaseWmlTag
getClassAttr, getId, setClassAttr, setId
 
Methods inherited from class org.apache.struts.taglib.wml.BaseHandlerTag
getAccesskey, getAlt, getAltKey, getBundle, getIndexed, getLocale, getTabindex, getTitle, getTitleKey, message, prepareIndex, prepareStyles, setAccesskey, setAlt, setAltKey, setBundle, setIndexed, setLocale, setTabindex, setTitle, setTitleKey
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

xmlLang

protected java.lang.String xmlLang
Constructor Detail

BaseLangTag

public BaseLangTag()
Constructor for BaseLangTag.

Method Detail

getXmlLang

public java.lang.String getXmlLang()
Returns the xmlLang.


setXmlLang

public void setXmlLang(java.lang.String xmlLang)
Sets the xmlLang.


prepareCommonAttribs

protected java.lang.StringBuffer prepareCommonAttribs()
Description copied from class: BaseWmlTag
Prepares id and class attributes.

Overrides:
prepareCommonAttribs in class BaseWmlTag

release

public void release()
Description copied from class: BaseHandlerTag
Release any acquired resources.

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class BaseWmlTag