org.eclipse.jetty.server.handler
Class MovedContextHandler

java.lang.Object
  extended by org.eclipse.jetty.util.component.AbstractLifeCycle
      extended by org.eclipse.jetty.server.handler.AbstractHandler
          extended by org.eclipse.jetty.server.handler.AbstractHandlerContainer
              extended by org.eclipse.jetty.server.handler.HandlerWrapper
                  extended by org.eclipse.jetty.server.handler.ScopedHandler
                      extended by org.eclipse.jetty.server.handler.ContextHandler
                          extended by org.eclipse.jetty.server.handler.MovedContextHandler
All Implemented Interfaces:
Handler, CompleteHandler, HandlerContainer, Server.Graceful, Attributes, 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).


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jetty.server.handler.ContextHandler
ContextHandler.Context
 
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener
 
Field Summary
 
Fields inherited from class org.eclipse.jetty.server.handler.ContextHandler
_scontext, MANAGED_ATTRIBUTES
 
Fields inherited from class org.eclipse.jetty.server.handler.ScopedHandler
_nextScope, _outerScope
 
Fields inherited from class org.eclipse.jetty.server.handler.HandlerWrapper
_handler
 
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
 
Fields inherited from interface org.eclipse.jetty.server.handler.CompleteHandler
COMPLETE_HANDLER_ATTR
 
Constructor Summary
MovedContextHandler()
           
MovedContextHandler(HandlerContainer parent, String contextPath, String newContextURL)
           
 
Method Summary
 String getExpires()
           
 String getNewContextURL()
           
 boolean isDiscardPathInfo()
           
 boolean isDiscardQuery()
           
 boolean isPermanent()
           
 void setDiscardPathInfo(boolean discardPathInfo)
           
 void setDiscardQuery(boolean discardQuery)
           
 void setExpires(String expires)
           
 void setNewContextURL(String newContextURL)
           
 void setPermanent(boolean permanent)
           
 
Methods inherited from class org.eclipse.jetty.server.handler.ContextHandler
addEventListener, addLocaleEncoding, checkContext, clearAttributes, complete, doHandle, doScope, doStart, doStop, getAllowNullPathInfo, getAttribute, getAttributeNames, getAttributes, getBaseResource, getClassLoader, getClassPath, getConnectorNames, getContextPath, getCurrentContext, getDisplayName, getErrorHandler, getEventListeners, getHosts, getInitParameter, getInitParameterNames, getInitParams, getLocaleEncoding, getLogger, getMaxFormContentSize, getMimeTypes, getResource, getResourceBase, getResourcePaths, getServletContext, getVirtualHosts, getWelcomeFiles, handle, isAliases, isAvailable, isCompactPath, isProtectedTarget, isShutdown, loadClass, newResource, newResource, removeAttribute, setAliases, setAllowNullPathInfo, setAttribute, setAttributes, setAvailable, setBaseResource, setClassLoader, setCompactPath, setConnectorNames, setContextPath, setDisplayName, setErrorHandler, setEventListeners, setHosts, setInitParams, setLogger, setMaxFormContentSize, setMimeTypes, setResourceBase, setServer, setShutdown, setVirtualHosts, setWelcomeFiles, startContext, toString
 
Methods inherited from class org.eclipse.jetty.server.handler.ScopedHandler
handle, nextHandle, nextScope
 
Methods inherited from class org.eclipse.jetty.server.handler.HandlerWrapper
expandChildren, getHandler, getHandlers, setHandler
 
Methods inherited from class org.eclipse.jetty.server.handler.AbstractHandlerContainer
dump, expandHandler, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass
 
Methods inherited from class org.eclipse.jetty.server.handler.AbstractHandler
destroy, dump, getServer
 
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jetty.server.Handler
destroy, getServer, handle
 
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 

Constructor Detail

MovedContextHandler

public MovedContextHandler()

MovedContextHandler

public MovedContextHandler(HandlerContainer parent,
                           String contextPath,
                           String newContextURL)
Method Detail

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-2009 Mort Bay Consulting. All Rights Reserved.