public interface WelcomePage
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
openNotFoundPage()
The not found page is returned for a 404 page if there is no replacement.
|
java.io.InputStream |
openWelcomePage(java.lang.String url)
This is called when the welcome page is being displayed.
|
java.io.InputStream openWelcomePage(java.lang.String url)
url - the url being requested.java.io.InputStream openNotFoundPage()