Schnittstelle Action

Alle Superschnittstellen:
Assembler
Alle bekannten Implementierungsklassen:
AccessController, ActionEvent, DefaultAction, DefaultSessionValidator, InitContextsAction, LegacyVelocityAction, LegacyVelocitySecureAction, LoginUser, LogoutUser, SessionValidator, TemplateSecureSessionValidator, TemplateSessionValidator, VelocityAction, VelocityActionEvent, VelocitySecureAction
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public interface Action extends Assembler
Generic Action interface.
Version:
$Id$
Autor:
Dave Bryson, Peter Courcoux
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The default size for the action cache
    static final String
    Property for the size of the module cache if caching is on
    static final String
    Represents Action Objects
    static final String
    Prefix for action related classes and templates
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    doPerform(PipelineData pipelineData)
    A subclass must implement this method to perform itself.
    default void
    perform(PipelineData pipelineData)
    Subclasses can override this method to add additional functionality.