@Portable public class SplashScreenFilterImpl extends Object implements SplashScreenFilter
Constructor and Description |
---|
SplashScreenFilterImpl(String name,
boolean displayNextTime,
Collection<String> interceptionPoints) |
Modifier and Type | Method and Description |
---|---|
boolean |
displayNextTime() |
Collection<String> |
getInterceptionPoints() |
String |
getName() |
void |
setDisplayNextTime(boolean value) |
void |
setInterceptionPoints(Collection<String> places) |
void |
setName(String name) |
public SplashScreenFilterImpl(String name, boolean displayNextTime, Collection<String> interceptionPoints)
public String getName()
getName
in interface SplashScreenFilter
public void setName(String name)
setName
in interface SplashScreenFilter
public boolean displayNextTime()
displayNextTime
in interface SplashScreenFilter
public void setDisplayNextTime(boolean value)
setDisplayNextTime
in interface SplashScreenFilter
public Collection<String> getInterceptionPoints()
getInterceptionPoints
in interface SplashScreenFilter
public void setInterceptionPoints(Collection<String> places)
setInterceptionPoints
in interface SplashScreenFilter
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.