|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.Application
wicket.protocol.http.WebApplication
wicket.authentication.AuthenticatedWebApplication
wicket.authentication.example.MyAuthenticatedWebApplication
public class MyAuthenticatedWebApplication
A role-authorized, authenticated web application in just a few lines of code.
| Field Summary |
|---|
| Fields inherited from class wicket.Application |
|---|
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT |
| Constructor Summary | |
|---|---|
MyAuthenticatedWebApplication()
|
|
| Method Summary | |
|---|---|
java.lang.Class |
getHomePage()
|
protected java.lang.Class<? extends wicket.markup.html.WebPage> |
getSignInPageClass()
|
protected java.lang.Class<? extends wicket.authentication.AuthenticatedWebSession> |
getWebSessionClass()
|
| Methods inherited from class wicket.authentication.AuthenticatedWebApplication |
|---|
getSessionFactory, hasAnyRole, init, onUnauthorizedInstantiation, onUnauthorizedPage |
| Methods inherited from class wicket.protocol.http.WebApplication |
|---|
getApplicationKey, getDefaultRequestCycleFactory, getRequestCycleProcessor, getRequestLogger, getSessionAttributePrefix, getWicketServlet, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mount, mountBookmarkablePage, mountBookmarkablePage, mountBookmarkablePage, mountSharedResource, newRequestCycleProcessor, newSession, newSessionStore, newWebRequest, newWebResponse, sessionDestroyed, setApplicationKey, setRequestLogger, setSessionFactory, setWicketServlet, unmount |
| Methods inherited from class wicket.Application |
|---|
addComponentInstantiationListener, configure, configure, configure, destroy, exists, get, get, getAjaxSettings, getApplicationSettings, getConfigurationType, getDebugSettings, getExceptionSettings, getFrameworkSettings, getMarkupCache, getMarkupSettings, getMetaData, getName, getPageSettings, getRequestCycleSettings, getResourceSettings, getSecuritySettings, getSessionSettings, getSessionStore, getSettings, getSharedResources, initializeComponents, isAttached, removeComponentInstantiationListener, set, setMetaData, unset |
| 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 wicket.authentication.AuthenticatedWebSession> getWebSessionClass()
getWebSessionClass in class wicket.authentication.AuthenticatedWebApplicationprotected java.lang.Class<? extends wicket.markup.html.WebPage> getSignInPageClass()
getSignInPageClass in class wicket.authentication.AuthenticatedWebApplicationpublic java.lang.Class getHomePage()
getHomePage in class wicket.ApplicationApplication.getHomePage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||