Package com.jalios.jcms.policy
Class BasicPubChooserExternalSubProviderPolicyFilter
- java.lang.Object
-
- com.jalios.jcms.policy.AbstractPolicyFilter
-
- com.jalios.jcms.policy.BasicPubChooserExternalSubProviderPolicyFilter
-
- All Implemented Interfaces:
PubChooserExternalSubProviderPolicyFilter
,PluginComponent
,PolicyFilter
,java.lang.Comparable
public class BasicPubChooserExternalSubProviderPolicyFilter extends AbstractPolicyFilter implements PubChooserExternalSubProviderPolicyFilter
-
-
Field Summary
-
Fields inherited from class com.jalios.jcms.policy.AbstractPolicyFilter
order
-
-
Constructor Summary
Constructors Constructor Description BasicPubChooserExternalSubProviderPolicyFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PubChooserProvider
getPubChooserExternalSubProvider(PubChooserContext context)
-
Methods inherited from class com.jalios.jcms.policy.AbstractPolicyFilter
compareTo, equals, getOrder, setOrder
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.jalios.jcms.plugin.PluginComponent
init
-
-
-
-
Method Detail
-
getPubChooserExternalSubProvider
public PubChooserProvider getPubChooserExternalSubProvider(PubChooserContext context)
- Specified by:
getPubChooserExternalSubProvider
in interfacePubChooserExternalSubProviderPolicyFilter
- Parameters:
context
- thePubChooserContext
- Returns:
- the matching
PubChooserProvider
depending on the given context (for dynamic sub providers)
-
-