Beans that implement this interface allow to invoke (some of) their functionality
by setting an "action" parameter in the HTTP request. Useful for invoking beans actions
via javascript without a JSF command link. Note that it is not possible to control the
resulting page forward with this method, the JSF page to be rendered has already
been determined by the request URL.
This is a workaround due to the frame-based architecture of the administration GUI.
Usually you'd want to use more advanced concepts like managed properties or Seam
page actions.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |