public class MovedContextHandler extends ContextHandler
ContextHandler.SContext
_scontext, MANAGED_ATTRIBUTES
_string
Constructor and Description |
---|
MovedContextHandler() |
MovedContextHandler(HandlerContainer parent,
String contextPath,
String newContextURL) |
Modifier and Type | Method and Description |
---|---|
String |
getNewContextURL() |
boolean |
isDiscardPathInfo() |
boolean |
isDiscardQuery() |
boolean |
isPermanent() |
void |
setDiscardPathInfo(boolean discardPathInfo) |
void |
setDiscardQuery(boolean discardQuery) |
void |
setNewContextURL(String newContextURL) |
void |
setPermanent(boolean permanent) |
addEventListener, addLocaleEncoding, clearAttributes, doStart, doStop, getAllowNullPathInfo, getAttribute, getAttributeNames, getAttributes, getBaseResource, getClassLoader, getClassPath, getConnectorNames, getContextPath, getCurrentContext, getDisplayName, getErrorHandler, getEventListeners, getHosts, getInitParameter, getInitParameterNames, getInitParams, getLocaleEncoding, getMaxFormContentSize, getMaxFormKeys, getMimeTypes, getResource, getResourceBase, getResourcePaths, getServletContext, getVirtualHosts, getWelcomeFiles, handle, isCompactPath, isProtectedTarget, isShutdown, loadClass, removeAttribute, setAllowNullPathInfo, setAttribute, setAttributes, setBaseResource, setClassLoader, setCompactPath, setConnectorNames, setContextPath, setDisplayName, setErrorHandler, setEventListeners, setHosts, setInitParams, setMaxFormContentSize, setMaxFormKeys, setMimeTypes, setResourceBase, setServer, setShutdown, setVirtualHosts, setWelcomeFiles, startContext, toString
addHandler, expandChildren, getHandler, removeHandler, setHandler
expandHandler, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass
destroy, getServer
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
public MovedContextHandler()
public MovedContextHandler(HandlerContainer parent, String contextPath, String newContextURL)
public boolean isDiscardPathInfo()
public void setDiscardPathInfo(boolean discardPathInfo)
public String getNewContextURL()
public void setNewContextURL(String newContextURL)
public boolean isPermanent()
public void setPermanent(boolean permanent)
public boolean isDiscardQuery()
public void setDiscardQuery(boolean discardQuery)
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.