Package ontopoly
Class SampleOntopolyApplication
- java.lang.Object
-
- org.apache.wicket.Application
-
- org.apache.wicket.protocol.http.WebApplication
-
- ontopoly.OntopolyApplication
-
- ontopoly.SampleOntopolyApplication
-
- All Implemented Interfaces:
Serializable
public class SampleOntopolyApplication extends OntopolyApplication
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ontopoly.OntopolyApplication
CURRENT_VERSION_NUMBER, lockManager, repository
-
-
Constructor Summary
Constructors Constructor Description SampleOntopolyApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OntopolyAccessStrategy
newAccessStrategy()
protected org.apache.wicket.request.IRequestCycleProcessor
newRequestCycleProcessor()
-
Methods inherited from class ontopoly.OntopolyApplication
getHomePage, getLockManager, getOntopolyRepository, getTopicMap, getUseAbsoluteUrlRequestCodingStrategy, init, newRequestCycle, newSession, onDestroy, sessionDestroyed
-
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
-
-
-
-
Method Detail
-
newRequestCycleProcessor
protected org.apache.wicket.request.IRequestCycleProcessor newRequestCycleProcessor()
- Overrides:
newRequestCycleProcessor
in classOntopolyApplication
-
newAccessStrategy
protected OntopolyAccessStrategy newAccessStrategy()
- Overrides:
newAccessStrategy
in classOntopolyApplication
-
-