br.com.objectos.way.ui.PageMeta Maven / Gradle / Ivy
/*
* Page.java criado em 17/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 PageMeta {
List getAnchors();
String getTitle();
String getBreadcrumbs();
String getUrl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy