|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WicketConfiguration
Appearance service is the front-end provides wicket appearance-related artifacts.
Method Summary | |
---|---|
String |
getAppVersion()
Returns app.version. |
Collection<org.apache.wicket.application.IComponentInstantiationListener> |
getComponentInstantiationListeners()
Returns component instantiation listeners that are registered in the spring context. |
int |
getItemsPerPage()
Returns maximal number of items per page could be displayed in the items lists. |
org.apache.wicket.markup.MarkupFactory |
getMarkupFactory()
Returns template factory (if any). |
Collection<org.apache.wicket.request.cycle.IRequestCycleListener> |
getRequestListeners()
Returns request listeners that are registered in the spring context. |
String |
getVariation()
Returns template suffix. |
Method Detail |
---|
String getVariation()
org.apache.wicket.markup.MarkupFactory getMarkupFactory()
Collection<org.apache.wicket.application.IComponentInstantiationListener> getComponentInstantiationListeners()
Collection<org.apache.wicket.request.cycle.IRequestCycleListener> getRequestListeners()
int getItemsPerPage()
String getAppVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |