Package org.wicketstuff.mergedresources.versioning

Examples of org.wicketstuff.mergedresources.versioning.SimpleResourceVersion


   * @param minVersionValue
   *            the minimal version
   * @return this
   */
  public ResourceMount setMinVersion(int minVersionValue) {
    return setMinVersion(new SimpleResourceVersion(minVersionValue));
  }
View Full Code Here


   *
   * @param minVersionValue the minimal version
   * @return this
   */
  public ResourceMount setMinVersion(int minVersionValue) {
    return setMinVersion(new SimpleResourceVersion(minVersionValue));
  }
View Full Code Here

   * @param minVersionValue
   *            the minimal version
   * @return this
   */
  public ResourceMount setMinVersion(int minVersionValue) {
    return setMinVersion(new SimpleResourceVersion(minVersionValue));
  }
View Full Code Here

TOP

Related Classes of org.wicketstuff.mergedresources.versioning.SimpleResourceVersion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.