org.apache.commons.jelly.tags.regexp
Class MatchTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.tags.regexp.RegexpTag
          extended byorg.apache.commons.jelly.tags.regexp.MatchTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class MatchTag
extends RegexpTag

This tag checks whether a regexp matches a string.

Version:
$Revision: 155420 $
Author:
Christian Amor Kvalheim

Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
MatchTag()
           
 
Method Summary
protected  boolean getResult()
           
 
Methods inherited from class org.apache.commons.jelly.tags.regexp.RegexpTag
doTag, getPattern, getPatternMatcher, getText, setExpr, setScope, setText, setVar
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchTag

public MatchTag()
Method Detail

getResult

protected boolean getResult()
Specified by:
getResult in class RegexpTag


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.