public static class ChunkResolver.ResolvedChunks extends Object
Modifier and Type | Method and Description |
---|---|
static ChunkResolver.ResolvedChunks |
fromString(String resolvedString)
Method to wrap a string value in the ResolvedChunks class.
|
List<?> |
toList() |
String |
toString()
Returns a string representation of the resolved expression.
|
String |
toString(boolean forOutput)
When forOutput is true, the result will always be unquoted.
|
public String toString()
public String toString(boolean forOutput)
forOutput
- Whether the result is going to be included in the final output,
such as in an expression, or not such as when reconstructing tags.public List<?> toList()
public static ChunkResolver.ResolvedChunks fromString(String resolvedString)
resolvedString
- Partially resolved string to wrap.toString()
returns resolvedString
.Copyright © 2021. All rights reserved.