1 /* 2 * joey-rt and its relative products are published under the terms 3 * of the Apache Software License. 4 * 5 * Created on 2004/12/05 21:04:36 6 */ 7 package org.asyrinx.joey.tapestry.page; 8 9 /*** 10 * @author takeshi 11 */ 12 public interface CaptionablePage { 13 14 String getPageCaption(); 15 16 }