public abstract class MultipartVar extends SimpleVar
| Constructor and Description |
|---|
MultipartVar(String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
resolve(VarResolverSession session,
String s)
The interface that needs to be implemented for subclasses of
SimpleVar. |
abstract String |
resolve(VarResolverSession session,
String[] args)
The interface that needs to be implemented for this interface.
|
allowNested, allowRecurse, canResolve, doResolve, getNamepublic MultipartVar(String name)
name - The name of this variable.public abstract String resolve(VarResolverSession session, String[] args)
session - The session object used for a single instance of a string resolution.args - The arguments inside the variable.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.