public class ComponentServerDispatcher extends TemplateDispatcher
| Constructor and Description |
|---|
ComponentServerDispatcher(ComponentContext componentContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doHandle(Request request,
Response response)
Actually handles the call.
|
getContext, handle, setContextgetConnectTimeout, handle, handle, handle, isAvailable, setConnectTimeout, start, stopgetProtocols, setProtocolsfinalize, getApplication, getAuthor, getDescription, getLogger, getName, getOwner, isStarted, isStopped, setAuthor, setDescription, setName, setOwnerpublic ComponentServerDispatcher(ComponentContext componentContext)
componentContext - The component context.protected void doHandle(Request request, Response response)
TemplateDispatcherRequest.getOriginalRef() with the the
targeted one, it must be overridden by subclasses.doHandle in class TemplateDispatcherrequest - The request to handle.response - The response to update.Copyright © 2005-2012. All Rights Reserved.