public class VtiServer
extends org.springframework.extensions.surf.util.AbstractLifecycleBean
| Constructor and Description |
|---|
VtiServer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event)
Method starts the server.
|
protected void |
onShutdown(org.springframework.context.ApplicationEvent event)
Method stops the server.
|
void |
setConnector(org.mortbay.jetty.Connector connector)
Set the HTTP connector
|
void |
setFilter(javax.servlet.Filter filter)
Set the main VtiFilter.
|
void |
setHashSessionIdManager(org.mortbay.jetty.servlet.HashSessionIdManager hashSessionIdManager)
Set the HashSessionIdManager
|
void |
setHashSessionManager(org.mortbay.jetty.servlet.HashSessionManager hashSessionManager)
Set the HashSessionManager
|
void |
setServlet(javax.servlet.http.HttpServlet servlet)
Set the main VtiServlet.
|
void |
setServletMappings(List<String> servletMappings)
Set the servlet mapping patterns for the Sharepoint dispatcher servlet.
|
void |
setSessionCookieName(String sessionCookieName)
Sets the name of the cookie to be used for tracking sessions,
typically used just on Debug / Information pages.
|
void |
setWebDAVSessionListener(WebDAVSessionListener webDAVSessionListener)
Set the WebDAVSessionListener
|
public void setConnector(org.mortbay.jetty.Connector connector)
connector - HTTP Connectorpublic void setServlet(javax.servlet.http.HttpServlet servlet)
servlet - HTTP Servletpublic void setServletMappings(List<String> servletMappings)
servletMappings - public void setFilter(javax.servlet.Filter filter)
filter - HTTP Filterpublic void setHashSessionIdManager(org.mortbay.jetty.servlet.HashSessionIdManager hashSessionIdManager)
hashSessionIdManager - public void setSessionCookieName(String sessionCookieName)
public void setHashSessionManager(org.mortbay.jetty.servlet.HashSessionManager hashSessionManager)
hashSessionManager - public void setWebDAVSessionListener(WebDAVSessionListener webDAVSessionListener)
webDAVSessionListener - protected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap in class org.springframework.extensions.surf.util.AbstractLifecycleBeanAbstractLifecycleBean.onBootstrap(org.springframework.context.ApplicationEvent)protected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown in class org.springframework.extensions.surf.util.AbstractLifecycleBeanAbstractLifecycleBean.onBootstrap(org.springframework.context.ApplicationEvent)Copyright © 2005–2014 Alfresco Software. All rights reserved.