All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cantaa.util.wicket.jquery.JQRenderable Maven / Gradle / Ivy

There is a newer version: 2.0
Show newest version
package com.cantaa.util.wicket.jquery;

import java.io.Serializable;

/**
 * Implementations can render itself to a String
 * @author Hans Lesmeister
 */
public interface JQRenderable extends Serializable {
    String render();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy