public class VtiBinAction extends VtiBaseAction
VtiBinAction is processor of Forntpage extension protocol. It provides
the back-end controller for dispatching among set of VtiMethods (Frontpage
extension protocol methods). It selects and invokes a realization of VtiMethod
to perform the requested method of Frontpage extension protocol.
Constructor and Description |
---|
VtiBinAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(VtiFpRequest request,
VtiFpResponse response)
Process Forntpage extension protocol GET request, dispatch among set of
VtiMethods (Frontpage extension protocol methods), selects and invokes a
realization of
VtiMethod to perform the requested method of
Frontpage extension protocol. |
protected void |
doPost(VtiFpRequest request,
VtiFpResponse response)
Process Forntpage extension protocol POST request, dispatch among set of
VtiMethods (Frontpage extension protocol methods), selects and invokes a
realization of
VtiMethod to perform the requested method of
Frontpage extension protocol. |
void |
setNameToVtiMethod(Map<String,VtiMethod> nameToVtiMethod)
Vti methods mapping setter setter.
|
doDelete, doDelete, doGet, doHead, doHead, doOptions, doOptions, doPost, doPut, doPut, doTrace, doTrace, execute
getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
protected void doGet(VtiFpRequest request, VtiFpResponse response) throws ServletException, IOException
Process Forntpage extension protocol GET request, dispatch among set of
VtiMethods (Frontpage extension protocol methods), selects and invokes a
realization of VtiMethod
to perform the requested method of
Frontpage extension protocol.
doGet
in class VtiBaseAction
request
- Vti Frontpage requestresponse
- Vti Frontpage responseServletException
IOException
protected void doPost(VtiFpRequest request, VtiFpResponse response) throws ServletException, IOException
Process Forntpage extension protocol POST request, dispatch among set of
VtiMethods (Frontpage extension protocol methods), selects and invokes a
realization of VtiMethod
to perform the requested method of
Frontpage extension protocol.
doPost
in class VtiBaseAction
request
- Vti Frontpage requestresponse
- Vti Frontpage responseServletException
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.