public class VtiWelcomeInfoAction extends Object implements VtiAction
VtiWelcomeInfoAction provides a bit of user facing welcome information if they try visiting the Vti endpoint in a browser.
This prevents someone visiting the Vti endpoint root in their browser from receiving an empty page, which may incorrectly lead them to believe that Vti isn't working when it is.
TODO Decide if this needs to be localised, or if that isn't needed as this action is only ever seen by accident.Constructor and Description |
---|
VtiWelcomeInfoAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute(HttpServletRequest request,
HttpServletResponse response)
Return the information to determine the entry point for
the Microsoft FrontPage Server Extensions.
|
void |
setSysAdminParams(SysAdminParams sysAdminParams) |
void |
setTemplateService(TemplateService templateService) |
void |
setVtiPathHelper(VtiPathHelper vtiPathHelper) |
public void setSysAdminParams(SysAdminParams sysAdminParams)
public void setTemplateService(TemplateService templateService)
public void setVtiPathHelper(VtiPathHelper vtiPathHelper)
public void execute(HttpServletRequest request, HttpServletResponse response)
Return the information to determine the entry point for the Microsoft FrontPage Server Extensions.
Copyright © 2005–2017 Alfresco Software. All rights reserved.