org.hyperic.hq.ui.taglib.display
Class PathDecorator
java.lang.Object
org.hyperic.hq.ui.taglib.display.Decorator
org.hyperic.hq.ui.taglib.display.ColumnDecorator
org.hyperic.hq.ui.taglib.display.BaseDecorator
org.hyperic.hq.ui.taglib.display.PathDecorator
- All Implemented Interfaces:
- java.lang.Cloneable, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class PathDecorator
- extends BaseDecorator
Re-evaluate the value to be display by the column
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
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 |
setPageContext |
PathDecorator
public PathDecorator()
decorate
public java.lang.String decorate(java.lang.Object columnValue)
- If string column value exists, use that. Otherwise, return 2nd choice.
- Specified by:
decorate
in class BaseDecorator
- See Also:
org.apache.taglibs.display.ColumnDecorator#decorate(java.lang.Object)
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspTagException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class BaseDecorator
- Throws:
javax.servlet.jsp.JspTagException
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BaseDecorator
getPostChars
public int getPostChars()
setPostChars
public void setPostChars(int postChars)
getPreChars
public int getPreChars()
setPreChars
public void setPreChars(int preChars)
isStrict
public boolean isStrict()
setStrict
public void setStrict(boolean strict)
getStyleClass
public java.lang.String getStyleClass()
setStyleClass
public void setStyleClass(java.lang.String styleClass)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.