wt.htmlutil
Interface TemplateAction

All Known Implementing Classes:
ExceptionAction, MethodAction, TextAction

public interface TemplateAction

TemplateAction is the interface used in CachedHTMLTemplate to allow uniform execution of MethodAction and TextAction objects.


Method Summary
 void action(OutputStream out, Object context, Locale locale, boolean includeLocale)
          Deprecated.  
 

Method Detail

action

public void action(OutputStream out,
                   Object context,
                   Locale locale,
                   boolean includeLocale)
            throws WTException,
                   IOException
Deprecated. 
Throws:
WTException
IOException