1 15 package org.apache.tapestry.parse; 16 17 import org.apache.hivemind.Location; 18 19 24 25 public interface ITemplateParserDelegate 26 { 27 30 31 public boolean getKnownComponent(String componentId); 32 33 40 41 public boolean getAllowBody(String componentId, Location location); 42 43 54 55 public boolean getAllowBody(String libraryId, String type, Location location); 56 57 61 62 public String getComponentAttributeName(); 63 } | Popular Tags |