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

br.com.objectos.way.ui.PageMetaScript Maven / Gradle / Ivy

/*
 * PageMeta.java criado em 28/08/2011
 * 
 * Propriedade de Objectos Fábrica de Software LTDA.
 * Reprodução parcial ou total proibida.
 */
package br.com.objectos.way.ui;

import java.util.List;

/**
 * @author [email protected] (Marcio Endo)
 */
public interface PageMetaScript {

  void configure(PageMetaBuilder builder);

  List getElements();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy