com.tonbeller.wcf.param
Interface ParamLinkTag.Action

All Known Implementing Classes:
ParamLinkTag.InvokeMethodAction
Enclosing interface:
ParamLinkTag

public static interface ParamLinkTag.Action

Actions may be added to the link. They are executed when the user clicks on the link.

Author:
av

Method Summary
 void execute(RequestContext context)
           
 

Method Detail

execute

public void execute(RequestContext context)
             throws java.lang.Exception
Throws:
java.lang.Exception