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, toStringaddHandler, expandChildren, getHandler, removeHandler, setHandlerexpandHandler, getChildHandlerByClass, getChildHandlers, getChildHandlersByClassdestroy, getServeraddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic 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.