Package | Description |
---|---|
org.esigate.extension.parallelesi | |
org.esigate.parser.future |
Modifier and Type | Class and Description |
---|---|
class |
EsiRenderer
Retrieves a resource from the provider application and parses it to find ESI tags to be replaced by contents from
other applications.
|
Modifier and Type | Method and Description |
---|---|
FutureAppendable |
EsiRenderer.enqueueAppend(Future<CharSequence> csq) |
FutureAppendable |
EsiRenderer.performAppends() |
FutureAppendable |
EsiRenderer.performAppends(int timeout,
TimeUnit unit) |
Modifier and Type | Class and Description |
---|---|
class |
FutureAppendableAdapter
This class is an Adapter for Appendable objects.
|
class |
StringBuilderFutureAppendable
This is an implementation of StringBuilder which can append Future<CharSequence> and is a
Future<CharSequence> itself.
|
Modifier and Type | Method and Description |
---|---|
FutureAppendable |
FutureAppendable.enqueueAppend(Future<CharSequence> csq)
Queue the Future<CharSequence> for append in this FutureAppendable.
|
FutureAppendable |
StringBuilderFutureAppendable.enqueueAppend(Future<CharSequence> csq) |
FutureAppendable |
FutureAppendableAdapter.enqueueAppend(Future<CharSequence> csq) |
FutureAppendable |
FutureAppendable.performAppends()
Wait for all computation to complete and perform the pending append operations.
|
FutureAppendable |
StringBuilderFutureAppendable.performAppends() |
FutureAppendable |
FutureAppendableAdapter.performAppends() |
FutureAppendable |
FutureAppendable.performAppends(int timeout,
TimeUnit unit)
Wait for all computation to complete and perform the pending append operations.
|
FutureAppendable |
StringBuilderFutureAppendable.performAppends(int timeout,
TimeUnit unit) |
FutureAppendable |
FutureAppendableAdapter.performAppends(int timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
void |
FutureParser.parse(CharSequence in,
FutureAppendable out)
Parses all the CharSequence.
|
Copyright © 2008–2018. All rights reserved.