Package | Description |
---|---|
org.alfresco.jlan.server |
Modifier and Type | Method and Description |
---|---|
static RequestPostProcessor |
RequestPostProcessor.dequeuePostProcessor()
Dequeue a post processor from the queue
|
static RequestPostProcessor |
RequestPostProcessor.findPostProcessor(Class postProcClass)
Search for a post processor of the specified type within the list
|
RequestPostProcessor |
SrvSession.getNextPostProcessor()
Return the post processor at the head of the queue, or null if there are no more post processors
queued.
|
Modifier and Type | Method and Description |
---|---|
static void |
RequestPostProcessor.queuePostProcessor(RequestPostProcessor postProc)
Queue a post processor
|
static void |
RequestPostProcessor.removePostProcessorFromQueue(RequestPostProcessor postProcessor)
Remove the post processor from the queue
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.