net.sf.shineframework.web.wicket
Class AbstractInfraWicketApplication

java.lang.Object
  extended by wicket.Application
      extended by wicket.protocol.http.WebApplication
          extended by wicket.spring.SpringWebApplication
              extended by net.sf.shineframework.web.wicket.AbstractInfraWicketApplication
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, wicket.ISessionFactory

public abstract class AbstractInfraWicketApplication
extends wicket.spring.SpringWebApplication


Field Summary
 
Fields inherited from class wicket.Application
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT
 
Constructor Summary
AbstractInfraWicketApplication()
           
 
Method Summary
 ConfigurationFacade getConfigurationFacade()
           
 java.lang.Object getFacade(java.lang.Class facadeClass, java.lang.String facadeName)
           
 java.lang.Object getSpringBean(java.lang.Class beanClass, java.lang.String beanName)
           
 
Methods inherited from class wicket.spring.SpringWebApplication
createSpringBeanProxy, createSpringBeanProxy, getSpringContextLocator, internalGetApplicationContext, internalInit, setApplicationContext
 
Methods inherited from class wicket.protocol.http.WebApplication
getApplicationKey, getDefaultRequestCycleFactory, getRequestCycleProcessor, getRequestLogger, getSessionAttributePrefix, getSessionFactory, getWicketServlet, init, internalDestroy, logEventTarget, logResponseTarget, mount, mount, 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, getHomePage, 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

AbstractInfraWicketApplication

public AbstractInfraWicketApplication()
Method Detail

getFacade

public java.lang.Object getFacade(java.lang.Class facadeClass,
                                  java.lang.String facadeName)

getConfigurationFacade

public ConfigurationFacade getConfigurationFacade()

getSpringBean

public java.lang.Object getSpringBean(java.lang.Class beanClass,
                                      java.lang.String beanName)


Copyright © 2007 sourceforge.net. All Rights Reserved.