org.syncope.console
Class SyncopeApplication

java.lang.Object
  extended by org.apache.wicket.Application
      extended by org.apache.wicket.protocol.http.WebApplication
          extended by org.syncope.console.SyncopeApplication
All Implemented Interfaces:
org.apache.wicket.authorization.IUnauthorizedComponentInstantiationListener, org.apache.wicket.authroles.authorization.strategies.role.IRoleCheckingStrategy, org.apache.wicket.event.IEventSink, org.apache.wicket.session.ISessionStore.UnboundListener

public class SyncopeApplication
extends org.apache.wicket.protocol.http.WebApplication
implements org.apache.wicket.authorization.IUnauthorizedComponentInstantiationListener, org.apache.wicket.authroles.authorization.strategies.role.IRoleCheckingStrategy

SyncopeApplication class.


Field Summary
static String IMG_NOTSEL
           
static String IMG_PREFIX
           
static String IMG_SUFFIX
           
 
Fields inherited from class org.apache.wicket.Application
CONFIGURATION
 
Constructor Summary
SyncopeApplication()
           
 
Method Summary
 Class getHomePage()
           
 boolean hasAnyRole(org.apache.wicket.authroles.authorization.strategies.role.Roles roles)
           
protected  void init()
           
 org.apache.wicket.Session newSession(org.apache.wicket.request.Request request, org.apache.wicket.request.Response response)
           
 void onUnauthorizedInstantiation(org.apache.wicket.Component component)
           
 void setupNavigationPane(org.apache.wicket.markup.html.WebPage page, XMLRolesReader xmlRolesReader, boolean notsel, String version)
           
 
Methods inherited from class org.apache.wicket.protocol.http.WebApplication
addIgnoreMountPath, get, getAjaxRequestTargetListeners, getAjaxRequestTargetProvider, getAndRemoveBufferedResponse, getApplicationKey, getConfigurationType, getFilterFactoryManager, getInitParameter, getMimeType, getResourceFinder, getServletContext, getSessionAttributePrefix, getWicketFilter, hasBufferedResponse, hasFilterFactoryManager, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mountPackage, mountPage, mountResource, newAjaxRequestTarget, newWebRequest, newWebResponse, outputDevelopmentModeWarning, renderXmlDecl, sessionUnbound, setAjaxRequestTargetProvider, setServletContext, setWicketFilter, storeBufferedResponse, unmount
 
Methods inherited from class org.apache.wicket.Application
configure, createRequestCycle, decorateHeaderResponse, exists, fetchCreateAndSetSession, get, getApplicationKeys, getApplicationListeners, getApplicationSettings, getBehaviorInstantiationListeners, getComponentInitializationListeners, getComponentInstantiationListeners, getComponentOnAfterRenderListeners, getComponentPostOnBeforeRenderListeners, getComponentPreOnBeforeRenderListeners, getConverterLocator, getDebugSettings, getExceptionMapperProvider, getExceptionSettings, getFrameworkSettings, getHeaderContributorListenerCollection, getMapperContext, getMarkupSettings, getMetaData, getName, getPageFactory, getPageManagerContext, getPageManagerProvider, getPageRendererProvider, getPageSettings, getRequestCycleListeners, getRequestCycleProvider, getRequestCycleSettings, getRequestLogger, getRequestLoggerSettings, getResourceReferenceRegistry, getResourceSettings, getRootRequestMapper, getRootRequestMapperAsCompound, getSecuritySettings, getSessionListeners, getSessionSettings, getSessionStore, getSessionStoreProvider, getSharedResources, getStoreSettings, initApplication, initializeComponents, newConverterLocator, newMapperContext, newPageFactory, newRequestLogger, newResourceReferenceRegistry, newSharedResources, onDestroy, onEvent, setApplicationSettings, setDebugSettings, setExceptionSettings, setFrameworkSettings, setHeaderResponseDecorator, setMarkupSettings, setMetaData, setName, setPageManagerProvider, setPageRendererProvider, setPageSettings, setRequestCycleProvider, setRequestCycleSettings, setRequestLoggerSettings, setResourceSettings, setRootRequestMapper, setSecuritySettings, setSessionSettings, setSessionStoreProvider, setStoreSettings, usesDeploymentConfig, usesDevelopmentConfig, validateInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMG_PREFIX

public static final String IMG_PREFIX
See Also:
Constant Field Values

IMG_NOTSEL

public static final String IMG_NOTSEL
See Also:
Constant Field Values

IMG_SUFFIX

public static final String IMG_SUFFIX
See Also:
Constant Field Values
Constructor Detail

SyncopeApplication

public SyncopeApplication()
Method Detail

init

protected void init()
Overrides:
init in class org.apache.wicket.protocol.http.WebApplication

setupNavigationPane

public void setupNavigationPane(org.apache.wicket.markup.html.WebPage page,
                                XMLRolesReader xmlRolesReader,
                                boolean notsel,
                                String version)

newSession

public org.apache.wicket.Session newSession(org.apache.wicket.request.Request request,
                                            org.apache.wicket.request.Response response)
Overrides:
newSession in class org.apache.wicket.protocol.http.WebApplication

getHomePage

public Class getHomePage()
Specified by:
getHomePage in class org.apache.wicket.Application

onUnauthorizedInstantiation

public void onUnauthorizedInstantiation(org.apache.wicket.Component component)
Specified by:
onUnauthorizedInstantiation in interface org.apache.wicket.authorization.IUnauthorizedComponentInstantiationListener

hasAnyRole

public boolean hasAnyRole(org.apache.wicket.authroles.authorization.strategies.role.Roles roles)
Specified by:
hasAnyRole in interface org.apache.wicket.authroles.authorization.strategies.role.IRoleCheckingStrategy


Copyright © 2011. All Rights Reserved.