UIX 2.2.15

oracle.cabo.ui.jsps.tags
Class RegExpValidaterTag

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

public class RegExpValidaterTag
extends BaseAttributeTag

Tag for <uix:regExp>.


Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE

Constructor Summary
RegExpValidaterTag()

Method Summary
protected java.lang.Object createValue()
Hook for creating the underlying objecft.
void setPattern(java.lang.String s)

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

RegExpValidaterTag

public RegExpValidaterTag()

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

setPattern

public void setPattern(java.lang.String s)

UIX 2.2.15