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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmatch
(String pattern, Map objectModel, Parameters parameters) void
service
(ServiceManager manager) Methods inherited from class org.apache.cocoon.matching.WildcardURIMatcher
getMatchString
Methods 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:
service
in interfaceServiceable
- Throws:
ServiceException
-
match
- Specified by:
match
in interfaceMatcher
- Overrides:
match
in classAbstractWildcardMatcher
- Throws:
PatternException
-