org.zeroexchange.web.configuration
Interface WicketConfiguration

All Known Implementing Classes:
DefaultWicketConfiguration

public interface WicketConfiguration

Appearance service is the front-end provides wicket appearance-related artifacts.

Author:
black

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

getVariation

String getVariation()
Returns template suffix. The final template name for 'About' page with suffix 'skin1', e.g., will be somelike About_skin1.html


getMarkupFactory

org.apache.wicket.markup.MarkupFactory getMarkupFactory()
Returns template factory (if any).


getComponentInstantiationListeners

Collection<org.apache.wicket.application.IComponentInstantiationListener> getComponentInstantiationListeners()
Returns component instantiation listeners that are registered in the spring context.


getRequestListeners

Collection<org.apache.wicket.request.cycle.IRequestCycleListener> getRequestListeners()
Returns request listeners that are registered in the spring context.


getItemsPerPage

int getItemsPerPage()
Returns maximal number of items per page could be displayed in the items lists.


getAppVersion

String getAppVersion()
Returns app.version.



Copyright © 2013. All Rights Reserved.