Interface sun.server.misc.RegexpTarget
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sun.server.misc.RegexpTarget

public interface RegexpTarget
extends Object
A class to define actions to be performed when a regular expression match occurs.

Method Index

 o found(String)
Gets called when a pattern in a RegexpPool matches.

Methods

 o found
  public abstract Object found(String remainder)
Gets called when a pattern in a RegexpPool matches. This method is called by RegexpPool.match() who passes the return value from found() back to its caller.
Parameters:
remainder - the string that matched the * in the pattern.

All Packages  Class Hierarchy  This Package  Previous  Next  Index