Klasse ApplyAction
java.lang.Object
org.apache.torque.generator.control.action.ApplyAction
- Alle implementierten Schnittstellen:
MergepointAction
Applies an outlet to the matching element.
The output of the outlet is appended to the output.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungApplyAction
(String path, String outletName, Boolean acceptNotSet) Constructor. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
execute
(ControllerState controllerState) Applies an outlet to the matching element.int
hashCode()
toString()
-
Konstruktordetails
-
ApplyAction
Constructor.- Parameter:
path
- The path to the source element to be processed.null
means ".".outletName
- the name of the outlet to apply.acceptNotSet
- true if no error should be thrown if no element matches the given path, true if an error should be thrown in such a case. null means true.
-
-
Methodendetails
-
execute
Applies an outlet to the matching element. The output of the outlet is appended to the output. ${...} Tokens are replaced within outletName and path.- Angegeben von:
execute
in SchnittstelleMergepointAction
- Parameter:
controllerState
- The current state of the controller.- Gibt zurück:
- The value to insert into the mergepoint, not null.
- Löst aus:
GeneratorException
- if an error occurs during generation.
-
toString
-
hashCode
public int hashCode() -
equals
-