com.jalios.jcms.taglib
Class LangTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.jalios.jcms.taglib.LangTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class LangTag
extends javax.servlet.jsp.tagext.TagSupport

This tag prints the flag bound to the given language or bound to userLang.

Version:
$Revision: 17955 $
Author:
Olivier Dedieu
See Also:
Serialized Form

Field Summary
 String ARROW_ICON
           
static String REVISION
           
 
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
LangTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void setDisplay(String display)
           
 void setLang(String lang)
           
 void setTitle(String title)
           
 void setUseLocalizedLanguageList(boolean use)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, resetCustomAttributes, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values

ARROW_ICON

public final String ARROW_ICON
See Also:
Constant Field Values
Constructor Detail

LangTag

public LangTag()
Method Detail

setLang

public void setLang(String lang)

setTitle

public void setTitle(String title)

setDisplay

public void setDisplay(String display)

setUseLocalizedLanguageList

public void setUseLocalizedLanguageList(boolean use)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport


Copyright © 2001-2007 Jalios SA. All Rights Reserved.