|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.asset.ResourceMatcherImpl
public class ResourceMatcherImpl
Implementation of ResourceMatcher
.
Field Summary | |
---|---|
protected List |
_contributions
Resource match configuration regexp strings. |
protected RegexpMatcher |
_matcher
regexp matcher engine. |
Constructor Summary | |
---|---|
ResourceMatcherImpl()
no args constructor. |
Method Summary | |
---|---|
boolean |
containsResource(String path)
Checks for the existance of a resource pattern that matches the incoming path string. |
void |
initializeService()
Invoked by hivemind by default to initialize service. |
void |
resetEventDidOccur()
|
void |
setContributions(List contributions)
The set of contributed regexp strings that will positively match incoming path strings for this matcher. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RegexpMatcher _matcher
protected List _contributions
Constructor Detail |
---|
public ResourceMatcherImpl()
Method Detail |
---|
public void initializeService()
public void resetEventDidOccur()
resetEventDidOccur
in interface ResetEventListener
public boolean containsResource(String path)
containsResource
in interface ResourceMatcher
path
- The path to a resource
public void setContributions(List contributions)
contributions
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |