org.eclipse.jetty.server.handler
Class MovedContextHandler
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AggregateLifeCycle
org.eclipse.jetty.server.handler.AbstractHandler
org.eclipse.jetty.server.handler.AbstractHandlerContainer
org.eclipse.jetty.server.handler.HandlerWrapper
org.eclipse.jetty.server.handler.ScopedHandler
org.eclipse.jetty.server.handler.ContextHandler
org.eclipse.jetty.server.handler.MovedContextHandler
- All Implemented Interfaces:
- Handler, HandlerContainer, Server.Graceful, Attributes, Destroyable, Dumpable, LifeCycle
public class MovedContextHandler
- extends ContextHandler
Moved ContextHandler.
This context can be used to replace a context that has changed
location. Requests are redirected (either to a fixed URL or to a
new context base).
Methods inherited from class org.eclipse.jetty.server.handler.ContextHandler |
addEventListener, addLocaleEncoding, addVirtualHosts, checkContext, checkManagedAttribute, clearAttributes, doHandle, doScope, doStart, doStop, dump, getAllowNullPathInfo, getAttribute, getAttributeNames, getAttributes, getBaseResource, getClassLoader, getClassPath, getConnectorNames, getContextPath, getCurrentContext, getDisplayName, getErrorHandler, getEventListeners, getInitParameter, getInitParameterNames, getInitParams, getLocaleEncoding, getLocaleEncoding, getLogger, getMaxFormContentSize, getMaxFormKeys, getMimeTypes, getResource, getResourceBase, getResourcePaths, getServletContext, getVirtualHosts, getWelcomeFiles, handle, isAliases, isAvailable, isCompactPath, isProtectedTarget, isShutdown, loadClass, newResource, newResource, removeAttribute, removeVirtualHosts, setAliases, setAllowNullPathInfo, setAttribute, setAttributes, setAvailable, setBaseResource, setClassLoader, setCompactPath, setConnectorNames, setContextPath, setDisplayName, setErrorHandler, setEventListeners, setInitParameter, setLogger, setManagedAttribute, setMaxFormContentSize, setMaxFormKeys, setMimeTypes, setResourceBase, setServer, setShutdown, setVirtualHosts, setWelcomeFiles, startContext, toString |
Methods inherited from class org.eclipse.jetty.util.component.AggregateLifeCycle |
addBean, addBean, contains, dump, dump, dump, dump, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, unmanage |
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle |
addLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop |
MovedContextHandler
public MovedContextHandler()
MovedContextHandler
public MovedContextHandler(HandlerContainer parent,
String contextPath,
String newContextURL)
isDiscardPathInfo
public boolean isDiscardPathInfo()
setDiscardPathInfo
public void setDiscardPathInfo(boolean discardPathInfo)
getNewContextURL
public String getNewContextURL()
setNewContextURL
public void setNewContextURL(String newContextURL)
isPermanent
public boolean isPermanent()
setPermanent
public void setPermanent(boolean permanent)
isDiscardQuery
public boolean isDiscardQuery()
setDiscardQuery
public void setDiscardQuery(boolean discardQuery)
getExpires
public String getExpires()
- Returns:
- the expires header value or null if no expires header
setExpires
public void setExpires(String expires)
- Parameters:
expires
- the expires header value or null if no expires header
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.