public interface SplashScreenFilter
All implementations of this interface must be marked as Portable
.
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) |
String getName()
void setName(String name)
boolean displayNextTime()
void setDisplayNextTime(boolean value)
Collection<String> getInterceptionPoints()
void setInterceptionPoints(Collection<String> places)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.