|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITemplateParserDelegate
Provides a TemplateParser with additional information about
dynamic components.
| Method Summary | |
|---|---|
boolean |
getAllowBody(String componentId,
ILocation location)
Returns true if the specified component allows a body, false otherwise. |
boolean |
getAllowBody(String libraryId,
String type,
ILocation location)
Used with implicit components to determine if the component allows a body or not. |
boolean |
getKnownComponent(String componentId)
Returns true if the component id is valid, false if the component id is not recognized. |
| Method Detail |
|---|
boolean getKnownComponent(String componentId)
boolean getAllowBody(String componentId,
ILocation location)
ApplicationRuntimeException - if no such component exists
boolean getAllowBody(String libraryId,
String type,
ILocation location)
libraryId - the specified library id, possibly nulltype - the component type
ApplicationRuntimeException - if the specification cannot be found
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||