xbn.template
Interface TFilter

All Known Implementing Classes:
OGConfig

public interface TFilter

Classes implementing TFilter indicate they can determine the validity of a Template.

Source code:  TFilter.java.


Method Summary
 boolean isTemplateValid(Template t_emplate)
          Is the provided Template legal?
 

Method Detail

isTemplateValid

public boolean isTemplateValid(Template t_emplate)

Is the provided Template legal?

Parameters:
t_emplate - The Template to analyze.
Returns:
true If t_emplate is valid.
false If it is not.



Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo