Package org.ametys.web.repository
Class WrappedMatcher
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.matching.AbstractWildcardMatcher
-
- org.apache.cocoon.matching.WildcardURIMatcher
-
- org.ametys.web.repository.WrappedMatcher
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,ThreadSafe
,Matcher
public class WrappedMatcher extends WildcardURIMatcher implements Serviceable
Matcher for wrapped url
-
-
Field Summary
Fields Modifier and Type Field Description protected SiteManager
_siteManager
The CMS sites manager
-
Constructor Summary
Constructors Constructor Description WrappedMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map
match(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 Detail
-
_siteManager
protected SiteManager _siteManager
The CMS sites manager
-
-
Constructor Detail
-
WrappedMatcher
public WrappedMatcher()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
match
public Map match(String pattern, Map objectModel, Parameters parameters) throws PatternException
- Specified by:
match
in interfaceMatcher
- Overrides:
match
in classAbstractWildcardMatcher
- Throws:
PatternException
-
-