org.apache.wicket.settings
Interface IFrameworkSettings

All Known Implementing Classes:
Settings

public interface IFrameworkSettings

Framework settings for retrieving and configuring framework settings.

Author:
Martijn Dashorst

Method Summary
 java.lang.String getVersion()
          Gets the Wicket version.
 

Method Detail

getVersion

java.lang.String getVersion()
Gets the Wicket version. The Wicket version is in the same format as the version element in the pom.xml file (project descriptor). The version is generated by maven in the build/release cycle and put in the wicket.properties file located in the root folder of the Wicket jar. The version usually follows one of the following formats:

Returns:
the Wicket version


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.