org.gnomekr.potron.web.tag
Class TruncateOutputTextTag
java.lang.Object
javax.faces.webapp.UIComponentTag
org.apache.myfaces.taglib.UIComponentTagBase
org.apache.myfaces.taglib.html.HtmlComponentTagBase
org.apache.myfaces.taglib.html.HtmlOutputTextTagBase
org.apache.myfaces.taglib.html.HtmlOutputTextTag
org.gnomekr.potron.web.tag.TruncateOutputTextTag
- All Implemented Interfaces:
- JspTag, Tag
public class TruncateOutputTextTag
- extends org.apache.myfaces.taglib.html.HtmlOutputTextTag
TruncateOutputTextTag.java
- Version:
- $Revision 1.1 $ $Date: 2005/07/19 18:01:50 $
- Author:
- Xavier Cho
Methods inherited from class org.apache.myfaces.taglib.html.HtmlOutputTextTag |
getComponentType |
Methods inherited from class org.apache.myfaces.taglib.html.HtmlOutputTextTagBase |
release |
Methods inherited from class org.apache.myfaces.taglib.html.HtmlComponentTagBase |
setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTitle |
Methods inherited from class org.apache.myfaces.taglib.UIComponentTagBase |
setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setJavascriptLocation, setStringProperty, setStyleLocation, setValidatorProperty, setValueBinding, setValueChangedListenerProperty |
Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getPathToComponent, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RENDERER_TYPE
public static final String RENDERER_TYPE
- See Also:
- Constant Field Values
TruncateOutputTextTag
public TruncateOutputTextTag()
getAppendEnd
public String getAppendEnd()
- Returns:
- Returns the appendEnd.
setAppendEnd
public void setAppendEnd(String appendEnd)
- Parameters:
appendEnd
- The appendEnd to set.
getLower
public String getLower()
- Returns:
- Returns the lower.
setLower
public void setLower(String lower)
- Parameters:
lower
- The lower to set.
getUpper
public String getUpper()
- Returns:
- Returns the upper.
setUpper
public void setUpper(String upper)
- Parameters:
upper
- The upper to set.
getValue
public String getValue()
- Returns:
- Returns the value.
setValue
public void setValue(String value)
- Overrides:
setValue
in class org.apache.myfaces.taglib.UIComponentTagBase
- See Also:
UIComponentTagBase.setValue(java.lang.String)
getEscape
public String getEscape()
- Returns:
- Returns the escape.
setEscape
public void setEscape(String escape)
- Overrides:
setEscape
in class org.apache.myfaces.taglib.html.HtmlOutputTextTagBase
- See Also:
HtmlOutputTextTagBase.setEscape(java.lang.String)
setProperties
protected void setProperties(UIComponent component)
- Overrides:
setProperties
in class org.apache.myfaces.taglib.html.HtmlOutputTextTagBase
- See Also:
UIComponentTag.setProperties(javax.faces.component.UIComponent)
getRendererType
public String getRendererType()
- Overrides:
getRendererType
in class org.apache.myfaces.taglib.html.HtmlOutputTextTag
- See Also:
org.apache.myfaces.taglib.core.VerbatimTag#getRendererType()
Copyright © 2000-2005 Gnome Korea. All Rights Reserved.