|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Application
org.apache.wicket.protocol.http.WebApplication
org.apache.wicket.authentication.AuthenticatedWebApplication
org.apache.wicket.examples.authentication.MyAuthenticatedWebApplication
public class MyAuthenticatedWebApplication
A role-authorized, authenticated web application in just a few lines of code.
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Application |
|---|
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT |
| Constructor Summary | |
|---|---|
MyAuthenticatedWebApplication()
|
|
| Method Summary | |
|---|---|
java.lang.Class |
getHomePage()
|
protected java.lang.Class<? extends WebPage> |
getSignInPageClass()
|
protected java.lang.Class<? extends AuthenticatedWebSession> |
getWebSessionClass()
|
| Methods inherited from class org.apache.wicket.authentication.AuthenticatedWebApplication |
|---|
hasAnyRole, init, newSession, onUnauthorizedInstantiation, onUnauthorizedPage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyAuthenticatedWebApplication()
| Method Detail |
|---|
protected java.lang.Class<? extends AuthenticatedWebSession> getWebSessionClass()
getWebSessionClass in class AuthenticatedWebApplicationprotected java.lang.Class<? extends WebPage> getSignInPageClass()
getSignInPageClass in class AuthenticatedWebApplicationpublic java.lang.Class getHomePage()
getHomePage in class ApplicationApplication.getHomePage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||