IStringProducer
- Implemented By: IStringProducer
Interface for lazy string producers.
Methods
Name | Description |
---|---|
produce |
Produce the string value. |
produce
public java.lang.String produce(IResolveContext context)
Produce the string value.
- Type: IResolveContext