|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ofbiz.minilang.MiniLangElement
org.ofbiz.minilang.method.MethodOperation
org.ofbiz.minilang.method.envops.ListToList
public final class ListToList
Implements the <list-to-list> element.
| Nested Class Summary | |
|---|---|
static class |
ListToList.ListToListFactory
A factory for the <list-to-list> element. |
| Nested classes/interfaces inherited from class org.ofbiz.minilang.method.MethodOperation |
|---|
MethodOperation.DeprecatedOperation, MethodOperation.Factory<M extends MethodOperation> |
| Field Summary |
|---|
| Fields inherited from class org.ofbiz.minilang.MiniLangElement |
|---|
simpleMethod |
| Constructor Summary | |
|---|---|
ListToList(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
|
|
| Method Summary | |
|---|---|
boolean |
exec(MethodContext methodContext)
Executes the operation. |
java.lang.String |
toString()
|
| Methods inherited from class org.ofbiz.minilang.method.MethodOperation |
|---|
expandedString, rawString |
| Methods inherited from class org.ofbiz.minilang.MiniLangElement |
|---|
gatherArtifactInfo, getLineNumber, getSimpleMethod, getTagName, outputTraceMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListToList(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
throws MiniLangException
MiniLangException| Method Detail |
|---|
public boolean exec(MethodContext methodContext)
throws MiniLangException
MethodOperationtrue if script execution should continue, or
false if script execution should stop.
exec in class MethodOperationMiniLangExceptionpublic java.lang.String toString()
toString in class MiniLangElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||