se.portfolio.scam.http.command
Class SortResult
java.lang.Object
se.portfolio.scam.http.command.SortResult
- All Implemented Interfaces:
- Command
- public class SortResult
- extends Object
- implements Command
Sort the subjects in ListResultBean according to a property.
- Version:
- $Revision: 1.5 $
- Author:
- jand
- Created:
- den 12 februari 2003
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortResult
public SortResult()
init
public void init(Map args)
- Implementation of init().
- Specified by:
init
in interface Command
- Parameters:
args
- Command arguments.
execute
public CommandResponse execute(HttpServletRequest request,
HttpServletResponse response)
throws HttpException
- Implementation of execute().
- Specified by:
execute
in interface Command
- Parameters:
request
- Holds information from the client.response
- Holds response information sent to the client.
- Returns:
- A CommandResponse object.
- Throws:
HttpException
- Thrown in case of an exception during execution
of the command.
Copyright © 2003 SCAM. All Rights Reserved.