Class DefaultSystemFilterBeanFactory
java.lang.Object
com.atlassian.jira.components.issueviewer.service.DefaultSystemFilterBeanFactory
- All Implemented Interfaces:
SystemFilterBeanFactory
@Named
public class DefaultSystemFilterBeanFactory
extends Object
implements SystemFilterBeanFactory
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSystemFilterBeanFactory(JiraAuthenticationContext authenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionget(SystemFilter filter) Creates a newSystemFilterBeanrepresenting aSystemFilter.
-
Constructor Details
-
DefaultSystemFilterBeanFactory
-
-
Method Details
-
get
Description copied from interface:SystemFilterBeanFactoryCreates a newSystemFilterBeanrepresenting aSystemFilter.- Specified by:
getin interfaceSystemFilterBeanFactory- Parameters:
filter- the filter to be converted- Returns:
- a new instance of
SystemFilterBean
-