Class ZoneItemMatcher
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.matching.AbstractWildcardMatcher
org.apache.cocoon.matching.WildcardURIMatcher
org.ametys.plugins.calendar.events.ZoneItemMatcher
- All Implemented Interfaces:
Component,LogEnabled,Serviceable,ThreadSafe,Matcher
Matcher which retrieves the zone item from its ID in the request URI and sets it as a request attribute.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmatch(String pattern, Map objectModel, Parameters parameters) voidservice(ServiceManager manager) Methods inherited from class org.apache.cocoon.matching.WildcardURIMatcher
getMatchStringMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
_resolver
The ametys object resolver.
-
-
Constructor Details
-
ZoneItemMatcher
public ZoneItemMatcher()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
match
- Specified by:
matchin interfaceMatcher- Overrides:
matchin classAbstractWildcardMatcher- Throws:
PatternException
-