Interface HstComponent

All Known Implementing Classes:
GenericHstComponent

public interface HstComponent
A HstComponent can be invoked by a HstComponent container during three different request lifecycle phases: ACTION, RESOURCE and RENDER. A HstComponent should be implemented to be thread-safe because the HST container create one instance to serve each request.
Version:
$Id$