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

com.google.sitebricks.Renderable Maven / Gradle / Ivy

package com.google.sitebricks;

import java.util.Set;

/**
 * @author Dhanji R. Prasanna ([email protected])
 */
public interface Renderable {
    void render(Object bound, Respond respond);

    /**
     *
     * @param clazz A class to match.
     * @return Returns a set of children matching the class, searching down
     *  to the leaves of the tree. 
     */
     Set collect(Class clazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy