public interface WaspApplication
Application
class or a subclass thereof. Implementations of WebApplication
should
also cleanup the factories with a call to destroy when the time has come.Application
,
ActionFactory
,
StrategyFactory
Modifier and Type | Method and Description |
---|---|
WaspActionFactory |
getActionFactory()
Returns factory for action mapping.
|
Class<? extends org.apache.wicket.Page> |
getLoginPage()
The Page to redirect to when the user is not authenticated.
|
StrategyFactory |
getStrategyFactory()
Returns the factory that will be used to create strategies for each session.
|
StrategyFactory getStrategyFactory()
WaspActionFactory getActionFactory()
Class<? extends org.apache.wicket.Page> getLoginPage()
RestartResponseAtInterceptPageException
to redirect to the desired secondary login
page.Copyright © 2015. All rights reserved.