Uses of Interface
org.talika.tarsis.command.Response

Packages that use Response
org.talika.tarsis.command This package contains all Command related classes. 
org.talika.tarsis.command.action This package contains all Action related classes. 
 

Uses of Response in org.talika.tarsis.command
 

Classes in org.talika.tarsis.command that implement Response
 class ResponseImpl
          Implementation of Response interface.
 

Uses of Response in org.talika.tarsis.command.action
 

Methods in org.talika.tarsis.command.action with parameters of type Response
 java.lang.String Action.execute(Request request, Response response)
          Called by Tarsis MVC Framework to handle request everytime command is invoked.
 java.lang.String DefaultAction.execute(Request request, Response response)
          Called by Tarsis MVC Framework to handle request everytime command is invoked.
 java.lang.String ActionWrapper.execute(Request request, Response response)
          Called by Tarsis MVC Framework to handle request everytime command is invoked.
abstract  java.lang.String AbstractAction.execute(Request request, Response response)
          Called by Tarsis MVC Framework to handle request everytime command is invoked.
 



Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.