|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ldodds.slug.framework.config.ComponentImpl
com.ldodds.slug.http.URLTaskFilter
com.ldodds.slug.http.RegexFilter
| Field Summary |
| Fields inherited from class com.ldodds.slug.framework.config.ComponentImpl |
_configured |
| Constructor Summary | |
RegexFilter()
|
|
RegexFilter(java.util.regex.Pattern pattern)
|
|
RegexFilter(java.lang.String regex)
|
|
| Method Summary | |
protected boolean |
doConfig(Resource self)
|
java.util.regex.Pattern |
getPattern()
|
| Methods inherited from class com.ldodds.slug.http.URLTaskFilter |
accept |
| Methods inherited from class com.ldodds.slug.framework.config.ComponentImpl |
configure, isConfigured |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ldodds.slug.framework.config.Component |
configure, isConfigured |
| Constructor Detail |
public RegexFilter()
public RegexFilter(java.lang.String regex)
public RegexFilter(java.util.regex.Pattern pattern)
| Method Detail |
protected boolean doConfig(Resource self)
doConfig in class ComponentImplpublic java.util.regex.Pattern getPattern()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||