oracle.cabo.ui.jsps.tags
Class DecimalValidaterTag

java.lang.Object
  |
  +--oracle.cabo.ui.jsps.tags.BaseTag
        |
        +--oracle.cabo.ui.jsps.tags.BaseAttributeTag
              |
              +--oracle.cabo.ui.jsps.tags.DecimalValidaterTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class DecimalValidaterTag
extends BaseAttributeTag

Tag for


Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
DecimalValidaterTag()
           
 
Method Summary
protected  java.lang.Object createValue()
          Hook for creating the underlying objecft.
 
Methods inherited from class oracle.cabo.ui.jsps.tags.BaseAttributeTag
doEndTag, doStartTag, getId, getPageContext, getParent, release, setId, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecimalValidaterTag

public DecimalValidaterTag()
Method Detail

createValue

protected java.lang.Object createValue()
Description copied from class: BaseAttributeTag
Hook for creating the underlying objecft. This will be called during doStartTag().
Overrides:
createValue in class BaseAttributeTag