Class SplashScreenFilterImpl
- java.lang.Object
-
- org.uberfire.workbench.model.impl.SplashScreenFilterImpl
-
- All Implemented Interfaces:
SplashScreenFilter
@Portable public class SplashScreenFilterImpl extends Object implements SplashScreenFilter
Default implementation of SplashScreenFilter
-
-
Constructor Summary
Constructors Constructor Description SplashScreenFilterImpl(String name, boolean displayNextTime, Collection<String> interceptionPoints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandisplayNextTime()Collection<String>getInterceptionPoints()StringgetName()voidsetDisplayNextTime(boolean value)voidsetInterceptionPoints(Collection<String> places)voidsetName(String name)
-
-
-
Constructor Detail
-
SplashScreenFilterImpl
public SplashScreenFilterImpl(String name, boolean displayNextTime, Collection<String> interceptionPoints)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceSplashScreenFilter
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceSplashScreenFilter
-
displayNextTime
public boolean displayNextTime()
- Specified by:
displayNextTimein interfaceSplashScreenFilter
-
setDisplayNextTime
public void setDisplayNextTime(boolean value)
- Specified by:
setDisplayNextTimein interfaceSplashScreenFilter
-
getInterceptionPoints
public Collection<String> getInterceptionPoints()
- Specified by:
getInterceptionPointsin interfaceSplashScreenFilter
-
setInterceptionPoints
public void setInterceptionPoints(Collection<String> places)
- Specified by:
setInterceptionPointsin interfaceSplashScreenFilter
-
-