Class ContentResult
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<ActionResult>
,Collection<ActionResult>
,List<ActionResult>
,RandomAccess
,SequencedCollection<ActionResult>
The Class ContentResult.
Created: 2008. 03. 23 PM 12:01:24
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorsConstructorDescriptionContentResult
(ProcessResult parent) ContentResult
(ProcessResult parent, int initialCapacity) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addActionResult
(Executable parentAction, ProcessResult processResult) void
addActionResult
(Executable action, Object resultValue) void
addActionResult
(ActionResult actionResult) Adds the action result.String[]
getActionResult
(String actionId) getName()
boolean
void
setExplicit
(boolean explicit) void
toString()
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
ContentResult
-
ContentResult
-
-
Method Details
-
getParent
-
getName
-
setName
-
isExplicit
public boolean isExplicit() -
setExplicit
public void setExplicit(boolean explicit) -
getActionResult
-
addActionResult
Adds the action result.- Parameters:
actionResult
- the action result
-
addActionResult
-
addActionResult
-
getActionIds
-
toString
- Overrides:
toString
in classAbstractCollection<ActionResult>
-