Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.media.mn8.servlet
Class mn8RequestMapper  view mn8RequestMapper download mn8RequestMapper.java

java.lang.Object
  extended byorg.media.mn8.servlet.mn8RequestMapper

public class mn8RequestMapper
extends java.lang.Object

Version:
$Revision: 1.2 $ $Date: 2002/06/05 00:19:05 $

Nested Class Summary
(package private)  class mn8RequestMapper.MapInfoParser
           
 
Field Summary
protected  java.lang.String[] _conceptNames
           
protected  org.media.mn8.concepts.SeriesConcept[] _conceptParams
           
protected  org.apache.oro.text.regex.Perl5Matcher _matcher
           
protected  org.apache.oro.text.regex.Pattern[] _pathExpressions
           
 
Constructor Summary
mn8RequestMapper()
           
 
Method Summary
 MapInfoResult getMatch(java.lang.String uri)
           
 void parseMapInfo(java.io.File mapInfo)
           
 void printDebugInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_pathExpressions

protected org.apache.oro.text.regex.Pattern[] _pathExpressions

_conceptNames

protected java.lang.String[] _conceptNames

_conceptParams

protected org.media.mn8.concepts.SeriesConcept[] _conceptParams

_matcher

protected org.apache.oro.text.regex.Perl5Matcher _matcher
Constructor Detail

mn8RequestMapper

public mn8RequestMapper()
Method Detail

parseMapInfo

public void parseMapInfo(java.io.File mapInfo)

getMatch

public MapInfoResult getMatch(java.lang.String uri)

printDebugInfo

public void printDebugInfo()