org.wicketstuff.plugin
Class WicketPluginApplication

java.lang.Object
  extended by org.apache.wicket.Application
      extended by org.apache.wicket.protocol.http.WebApplication
          extended by org.wicketstuff.plugin.WicketPluginApplication

public abstract class WicketPluginApplication
extends org.apache.wicket.protocol.http.WebApplication

Since:
1.4
Author:
James Carman

Field Summary
 
Fields inherited from class org.apache.wicket.Application
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT
 
Constructor Summary
WicketPluginApplication()
           
 
Method Summary
static WicketPluginApplication get()
           
 PluginRegistry getPluginRegistry()
           
static
<T> T
lookupPlugin(java.lang.Class<T> pluginType)
          A shortcut method to lookup a plugin.
 void setPluginRegistry(PluginRegistry pluginRegistry)
           
 
Methods inherited from class org.apache.wicket.protocol.http.WebApplication
addIgnoreMountPath, getApplicationKey, getConfigurationType, getDefaultRequestCycleFactory, getInitParameter, getRequestCycleProcessor, getResourceFinder, getServletContext, getSessionAttributePrefix, getSessionAttributePrefix, getWicketFilter, init, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mount, mountBookmarkablePage, mountBookmarkablePage, mountSharedResource, newAjaxRequestTarget, newRequestCycle, newRequestCycleProcessor, newSession, 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, getHomePage, getMarkupCache, getMarkupSettings, getMetaData, getName, getPageSettings, getRequestCycleFactory, getRequestCycleSettings, getRequestLogger, getRequestLoggerSettings, getResourceSettings, getSecuritySettings, getSessionFactory, getSessionSettings, getSessionStore, getSharedResources, initializeComponents, newConverterLocator, 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

WicketPluginApplication

public WicketPluginApplication()
Method Detail

get

public static WicketPluginApplication get()

lookupPlugin

public static <T> T lookupPlugin(java.lang.Class<T> pluginType)
A shortcut method to lookup a plugin.

Type Parameters:
T - the plugin type
Parameters:
pluginType - the plugin type
Returns:
the plugin

getPluginRegistry

public PluginRegistry getPluginRegistry()

setPluginRegistry

public void setPluginRegistry(PluginRegistry pluginRegistry)


Copyright © 2010. All Rights Reserved.