-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36b5429
commit 6ca97dd
Showing
7 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
repository/BpmCore.package/BpmSeasideTaskDefinition.class/instance/getComponentClass.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
other | ||
getComponentClass | ||
"Answer a Seaside Component associated with the receiver. | ||
The name of the task and the name of the Seaside Component MUST be the same." | ||
| seasideComponent | | ||
|
||
"if <reuseExternalObjectOfTaskNamed> is used then the component class is based in the original task named <reuseExternalObjectOfTaskNamed>" | ||
reuseExternalObjectOfTaskNamed ifNotNil: [^self getExternalObjectTaskDefinition getComponentClass]. | ||
|
||
seasideComponent := Smalltalk at: (self extendedValueOf: 'seasideComponent' ifAbsent: [^self throwNoComponentFoundException]) asSymbol. | ||
|
||
^seasideComponent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.