org.apache.taglibs.regexp
Class RegexpData

java.lang.Object
  extended by org.apache.taglibs.regexp.RegexpData

public class RegexpData
extends java.lang.Object

Script variable data for JSP Tag regexp, used to define a perl regular expression for later use.

Uses a static PatternCacheLRU to cache up to 100 regular expressions.

Author:
Glenn Nielsen
See Also:
RegexpTag

Method Summary
static org.apache.oro.text.PatternCacheLRU getPatternCache()
           
 java.lang.String getRegexp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRegexp

public final java.lang.String getRegexp()

getPatternCache

public static final org.apache.oro.text.PatternCacheLRU getPatternCache()


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.