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

Quick Search    Search Deep

com.opencms.flex.jsp
Class CmsJspTagLabel  view CmsJspTagLabel download CmsJspTagLabel.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.opencms.flex.jsp.CmsJspTagLabel
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

public class CmsJspTagLabel
extends javax.servlet.jsp.tagext.BodyTagSupport

Provides access to the labels stored in the language files of the OpenCms workplace.

Instead of using the XML based workplace tags one should consider using standard Java resource bundles to provide language independent implementations.

Version:
$Revision: 1.3.2.1 $

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, 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
CmsJspTagLabel()
           
 
Method Summary
 int doAfterBody()
          After the body evaluation: do not reevaluate and continue with the page.
static java.lang.String wpLabelTagAction(java.lang.String label, javax.servlet.ServletRequest req)
          Internal action method.
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

CmsJspTagLabel

public CmsJspTagLabel()
Method Detail

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Description copied from class: javax.servlet.jsp.tagext.BodyTagSupport
After the body evaluation: do not reevaluate and continue with the page. By default nothing is done with the bodyContent data (if any).


wpLabelTagAction

public static java.lang.String wpLabelTagAction(java.lang.String label,
                                                javax.servlet.ServletRequest req)
                                         throws com.opencms.core.CmsException
Internal action method.