public static class ExecutionScript.PlaceholderResolver extends Object
Constructor and Description |
---|
PlaceholderResolver(ExecutionScript script,
ExecutionContext context,
ExecutionScriptHandler<?> handler)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
resolve(String target)
Resolves placeholder expressions in the target string.
|
public PlaceholderResolver(ExecutionScript script, ExecutionContext context, ExecutionScriptHandler<?> handler) throws InterruptedException, IOException
script
- target scriptcontext
- current execution contexthandler
- handler which will attempt to resolve placeholdersInterruptedException
- if interrupted to prepare this resolverIOException
- if failed to prepare replacementsIllegalArgumentException
- if some parameters were null
public String resolve(String target)
target
- target stringIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.