ontopoly
Class OntopolyApplication

java.lang.Object
  extended by org.apache.wicket.Application
      extended by org.apache.wicket.protocol.http.WebApplication
          extended by ontopoly.OntopolyApplication
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SampleOntopolyApplication

public class OntopolyApplication
extends org.apache.wicket.protocol.http.WebApplication
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static float CURRENT_VERSION_NUMBER
           
protected  LockManager lockManager
           
protected  OntopolyRepository repository
           
 
Fields inherited from class org.apache.wicket.Application
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT
 
Constructor Summary
OntopolyApplication()
           
 
Method Summary
 java.lang.Class<? extends org.apache.wicket.Page> getHomePage()
           
 LockManager getLockManager()
           
 OntopolyRepository getOntopolyRepository()
           
 TopicMap getTopicMap(java.lang.String topicMapId)
           
protected  boolean getUseAbsoluteUrlRequestCodingStrategy()
           
protected  void init()
           
protected  OntopolyAccessStrategy newAccessStrategy()
           
 org.apache.wicket.RequestCycle newRequestCycle(org.apache.wicket.Request request, org.apache.wicket.Response response)
           
protected  org.apache.wicket.request.IRequestCycleProcessor newRequestCycleProcessor()
           
 org.apache.wicket.Session newSession(org.apache.wicket.Request request, org.apache.wicket.Response response)
           
protected  void onDestroy()
           
 void sessionDestroyed(java.lang.String sessionId)
           
 
Methods inherited from class org.apache.wicket.protocol.http.WebApplication
addIgnoreMountPath, get, getApplicationKey, getConfigurationType, getDefaultRequestCycleFactory, getInitParameter, getRequestCycleProcessor, getResourceFinder, getServletContext, getSessionAttributePrefix, getSessionAttributePrefix, getWicketFilter, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mount, mountBookmarkablePage, mountBookmarkablePage, mountSharedResource, newAjaxRequestTarget, newSession, newSession, newSessionStore, newWebRequest, newWebResponse, outputDevelopmentModeWarning, 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, newConverterLocator, newRequestCycle, newRequestLogger, notifyRenderHeadListener, 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
 

Field Detail

repository

protected OntopolyRepository repository

lockManager

protected LockManager lockManager

CURRENT_VERSION_NUMBER

public static final float CURRENT_VERSION_NUMBER
See Also:
Constant Field Values
Constructor Detail

OntopolyApplication

public OntopolyApplication()
Method Detail

getHomePage

public java.lang.Class<? extends org.apache.wicket.Page> getHomePage()
Specified by:
getHomePage in class org.apache.wicket.Application

onDestroy

protected void onDestroy()
Overrides:
onDestroy in class org.apache.wicket.Application

newRequestCycle

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

newRequestCycleProcessor

protected org.apache.wicket.request.IRequestCycleProcessor newRequestCycleProcessor()
Overrides:
newRequestCycleProcessor in class org.apache.wicket.protocol.http.WebApplication

getUseAbsoluteUrlRequestCodingStrategy

protected boolean getUseAbsoluteUrlRequestCodingStrategy()

getOntopolyRepository

public OntopolyRepository getOntopolyRepository()

getLockManager

public LockManager getLockManager()

getTopicMap

public TopicMap getTopicMap(java.lang.String topicMapId)

init

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

newSession

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

newAccessStrategy

protected OntopolyAccessStrategy newAccessStrategy()

sessionDestroyed

public void sessionDestroyed(java.lang.String sessionId)
Overrides:
sessionDestroyed in class org.apache.wicket.protocol.http.WebApplication


Copyright © 2000-2012 Ontopia.