com.primix.tapestry.parse
Interface ITemplateParserDelegate
- public interface ITemplateParserDelegate
Provides a TemplateParser
with additional information about
dynamic components.
- Version:
- $Id: ITemplateParserDelegate.java,v 1.1 2001/06/29 22:07:29 hship Exp $
- Author:
- Howard Ship
Method Summary |
boolean |
getAllowBody(java.lang.String componentId)
Returns true if the specified component allows a body, false
otherwise. |
boolean |
getKnownComponent(java.lang.String componentId)
Returns true if the component id is valid, false if the
component id is not recognized. |
getKnownComponent
public boolean getKnownComponent(java.lang.String componentId)
- Returns true if the component id is valid, false if the
component id is not recognized.
getAllowBody
public boolean getAllowBody(java.lang.String componentId)
- Returns true if the specified component allows a body, false
otherwise. The parser uses this information to determine
if it should ignore the body of a tag.