Version 3.8.0

hirondelle.web4j.action
Interface Action

All Known Implementing Classes:
ActionImpl, ActionTemplateListAndEdit, ActionTemplateSearch, ActionTemplateShowAndApply

public interface Action

Process an HTTP request, and return a ResponsePage.

This interface is likely the most important abstraction in WEB4J. Almost every feature implemented by the programmer will need an implementation of this interface.

Typically, one of the ActionXXX abstract base classes are used to build implementations of this interface.


Method Summary
 ResponsePage execute()
          Execute desired operation.
 

Method Detail

execute

ResponsePage execute()
                     throws AppException
Execute desired operation.

Typical operations include :


Version 3.8.0

Copyright Hirondelle Systems. Published June 7, 2008 - User Guide - All Docs.