|
||||||||||
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<? extends Page> |
getHomePage()
Application subclasses must specify a home page class by implementing this abstract method. |
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 AuthenticatedWebApplication
protected java.lang.Class<? extends WebPage> getSignInPageClass()
getSignInPageClass
in class AuthenticatedWebApplication
public java.lang.Class<? extends Page> getHomePage()
Application
getHomePage
in class Application
Application.getHomePage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |