Known Direct Subclasses
|
Class Overview
Abstract tag action class.
Summary
Public Methods |
boolean
|
acceptsArguments(ActionArguments arguments)
Called before an action is performed to determine if the
the action can accept the arguments.
|
Public Constructors
Public Methods
public
boolean
acceptsArguments
(ActionArguments arguments)
Called before an action is performed to determine if the
the action can accept the arguments.
Parameters
arguments |
The action arguments. |
Returns
true
if the action can perform with the arguments,
otherwise false
.
Protected Methods
Parses the arguments for a set of tags
Parameters
arguments |
The action arguments |
Returns
- A set of tags from the arguments, or null if no tags
could be parsed from the arguments