Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
au.edu.educationau.belts.command.CommandResult

Uses of CommandResult in au.edu.educationau.belts.command
 

Methods in au.edu.educationau.belts.command that return CommandResult
 CommandResult InterceptorContext.invokeNext()
          Invokes the next CommandInterceptor in the interceptor chain.
 CommandResult InterceptingDispatcher.execute(java.lang.String commandName, java.util.Map environment)
          Executes the command named with the parameters passed.
 CommandResult Dispatcher.execute(java.lang.String commandName, java.util.Map environment)
          Executes the command named with the parameters passed.
static CommandResult CommandResult.createSystemError(java.lang.String category, java.lang.String context, java.lang.String message)
           
 CommandResult CommandInterceptor.invoke(InterceptorContext context)
          Called by the dispatcher when a request reaches this interceptor in an interceptor chain.
 CommandResult Command.result()
          The result of executing the command or asking it to validate it's attributes.
 CommandResult AbstractCommand.result()
          Creates a command result from the outcome, result and errors attributes of the command.