| uk.org.ponder.rsf.view.ComponentChecker
ComponentChecker | public interface ComponentChecker (Code) | | An interface which may be used during component production, to avoid
generating (expensive) components which will not be rendered by the
current template.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Method Summary | |
public boolean | hasComponent(String ID) Returns true if the template set for the current view contains
any demand for a component with the supplied ID. |
hasComponent | public boolean hasComponent(String ID)(Code) | | Returns true if the template set for the current view contains
any demand for a component with the supplied ID.
|
|
|