|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zeroexchange.web.configuration.DefaultWicketConfiguration
public class DefaultWicketConfiguration
Appearance service implementation.
| Constructor Summary | |
|---|---|
DefaultWicketConfiguration()
|
|
| 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. |
void |
setAppVersion(String appVersion)
|
void |
setComponentInstantiationListenersRegistry(BeansRegistry<org.apache.wicket.application.IComponentInstantiationListener> componentInstantiationListenersRegistry)
|
void |
setRequestListenersRegistry(BeansRegistry<org.apache.wicket.request.cycle.IRequestCycleListener> requestListenersRegistry)
|
void |
setVariation(String variation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultWicketConfiguration()
| Method Detail |
|---|
public void setAppVersion(String appVersion)
appVersion - the appVersion to setpublic void setVariation(String variation)
public void setComponentInstantiationListenersRegistry(BeansRegistry<org.apache.wicket.application.IComponentInstantiationListener> componentInstantiationListenersRegistry)
public void setRequestListenersRegistry(BeansRegistry<org.apache.wicket.request.cycle.IRequestCycleListener> requestListenersRegistry)
public String getVariation()
WicketConfiguration
getVariation in interface WicketConfigurationpublic org.apache.wicket.markup.MarkupFactory getMarkupFactory()
WicketConfiguration
getMarkupFactory in interface WicketConfigurationpublic Collection<org.apache.wicket.application.IComponentInstantiationListener> getComponentInstantiationListeners()
WicketConfiguration
getComponentInstantiationListeners in interface WicketConfigurationpublic Collection<org.apache.wicket.request.cycle.IRequestCycleListener> getRequestListeners()
WicketConfiguration
getRequestListeners in interface WicketConfigurationpublic int getItemsPerPage()
WicketConfiguration
getItemsPerPage in interface WicketConfigurationpublic String getAppVersion()
WicketConfiguration
getAppVersion in interface WicketConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||