@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 SplashScreenFilterpublic void setName(String name)
setName in interface SplashScreenFilterpublic boolean displayNextTime()
displayNextTime in interface SplashScreenFilterpublic void setDisplayNextTime(boolean value)
setDisplayNextTime in interface SplashScreenFilterpublic Collection<String> getInterceptionPoints()
getInterceptionPoints in interface SplashScreenFilterpublic void setInterceptionPoints(Collection<String> places)
setInterceptionPoints in interface SplashScreenFilterCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.