com.sun.jersey.server.impl.uri.rules
Class BaseRule

java.lang.Object
  extended by com.sun.jersey.server.impl.uri.rules.BaseRule
All Implemented Interfaces:
UriRule
Direct Known Subclasses:
ResourceClassRule, ResourceObjectRule, SubLocatorRule

public abstract class BaseRule
extends java.lang.Object
implements UriRule

Abstract class for a rule that manages capturing group names.

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
BaseRule(UriTemplate template)
           
 
Method Summary
protected  UriTemplate getTemplate()
           
protected  void pushMatch(UriRuleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.jersey.spi.uri.rules.UriRule
accept
 

Constructor Detail

BaseRule

public BaseRule(UriTemplate template)
Method Detail

pushMatch

protected final void pushMatch(UriRuleContext context)

getTemplate

protected final UriTemplate getTemplate()


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.