viewer.wicket.app
Class TckApplication

java.lang.Object
  extended by org.apache.wicket.Application
      extended by org.apache.wicket.protocol.http.WebApplication
          extended by org.apache.wicket.authentication.AuthenticatedWebApplication
              extended by org.apache.isis.viewer.wicket.viewer.IsisWicketApplication
                  extended by viewer.wicket.app.TckApplication
All Implemented Interfaces:
Serializable, org.apache.isis.viewer.wicket.model.nof.AuthenticationSessionAccessor, org.apache.isis.viewer.wicket.ui.app.cssrenderer.ApplicationCssRenderer, org.apache.isis.viewer.wicket.ui.app.imagecache.ImageCacheAccessor, org.apache.isis.viewer.wicket.ui.app.registry.ComponentFactoryRegistryAccessor, org.apache.isis.viewer.wicket.ui.pages.PageClassRegistryAccessor, org.apache.wicket.authorization.IUnauthorizedComponentInstantiationListener, org.apache.wicket.authorization.strategies.role.IRoleCheckingStrategy

public class TckApplication
extends org.apache.isis.viewer.wicket.viewer.IsisWicketApplication

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.wicket.Application
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT
 
Constructor Summary
TckApplication()
           
 
Method Summary
protected  com.google.inject.Module newIsisWicketModule()
           
 
Methods inherited from class org.apache.isis.viewer.wicket.viewer.IsisWicketApplication
get, getApplicationCssUrl, getAuthenticationSession, getComponentFactoryRegistry, getHomePage, getImageCache, getPageClassRegistry, getSignInPageClass, getWebSessionClass, init, initWicketComponentInjection, newConverterLocator, newRequestCycle, renderApplicationCss
 
Methods inherited from class org.apache.wicket.authentication.AuthenticatedWebApplication
hasAnyRole, newSession, onUnauthorizedInstantiation, onUnauthorizedPage
 
Methods inherited from class org.apache.wicket.protocol.http.WebApplication
addIgnoreMountPath, getApplicationKey, getConfigurationType, getDefaultRequestCycleFactory, getInitParameter, getRequestCycleProcessor, getResourceFinder, getServletContext, getSessionAttributePrefix, getSessionAttributePrefix, getWicketFilter, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mount, mountBookmarkablePage, mountBookmarkablePage, mountSharedResource, newAjaxRequestTarget, newRequestCycleProcessor, newSession, newSession, newSessionStore, newWebRequest, newWebResponse, outputDevelopmentModeWarning, sessionDestroyed, setApplicationKey, setWicketFilter, unmount
 
Methods inherited from class org.apache.wicket.Application
addComponentInstantiationListener, addComponentOnAfterRenderListener, addPostComponentOnBeforeRenderListener, addPreComponentOnBeforeRenderListener, addRenderHeadListener, configure, destroy, exists, get, getApplicationKeys, getApplicationSettings, getConverterLocator, getDebugSettings, getExceptionSettings, getFrameworkSettings, getMarkupCache, getMarkupSettings, getMetaData, getName, getPageSettings, getRequestCycleFactory, getRequestCycleSettings, getRequestLogger, getRequestLoggerSettings, getResourceSettings, getSecuritySettings, getSessionFactory, getSessionSettings, getSessionStore, getSharedResources, initializeComponents, newRequestCycle, newRequestLogger, notifyRenderHeadListener, onDestroy, removeComponentInstantiationListener, removeComponentOnAfterRenderListener, removePostComponentOnBeforeRenderListener, removePreComponentOnBeforeRenderListener, removeRenderHeadListener, set, setMetaData, unset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TckApplication

public TckApplication()
Method Detail

newIsisWicketModule

protected com.google.inject.Module newIsisWicketModule()
Overrides:
newIsisWicketModule in class org.apache.isis.viewer.wicket.viewer.IsisWicketApplication


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.