org.huihoo.jfox.jmx.adaptor.http
Interface Command

All Known Implementing Classes:
AbstractCommand

public interface Command

Author:
Young Yang

Method Summary
 VelocityContext execute(HttpRequest request, HttpResponse response)
           
 java.lang.String getTemplateName()
           
 

Method Detail

execute

public VelocityContext execute(HttpRequest request,
                               HttpResponse response)
                        throws java.lang.Exception
java.lang.Exception

getTemplateName

public java.lang.String getTemplateName()