|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.voting.voters.BaseVoterImpl info.magnolia.voting.voters.AbstractBoolVoter info.magnolia.voting.voters.BasePatternVoter info.magnolia.voting.voters.URIPatternVoter
public class URIPatternVoter
Checks if URI matches the pattern.
Parameters (as Magnolia's configuration nodes):
SimpleUrlPattern
Constructor Summary | |
---|---|
URIPatternVoter()
|
Method Summary | |
---|---|
protected boolean |
boolVote(Object value)
|
void |
setPattern(String pattern)
|
Methods inherited from class info.magnolia.voting.voters.BasePatternVoter |
---|
getPattern, init, isInverse, resolveURIFromValue, setInverse, setTrueValue, toString |
Methods inherited from class info.magnolia.voting.voters.AbstractBoolVoter |
---|
getFalseValue, getLevel, getTrueValue, isNot, setFalseValue, setLevel, setNot, vote |
Methods inherited from class info.magnolia.voting.voters.BaseVoterImpl |
---|
getName, isEnabled, setEnabled, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public URIPatternVoter()
Method Detail |
---|
protected boolean boolVote(Object value)
boolVote
in class AbstractBoolVoter
public void setPattern(String pattern)
setPattern
in class BasePatternVoter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |