public class SimpleRequestWrapper extends DelegatingRequest
Request. It delegates all methods except ones
related to URL rewriting.| Constructor and Description |
|---|
SimpleRequestWrapper(org.apache.tapestry5.services.Request request,
String path)
Constructor that receives a request and a path.
|
SimpleRequestWrapper(org.apache.tapestry5.services.Request request,
String serverName,
String path)
Constructor that receives a request, a server name and a path.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
String |
getServerName() |
getAttribute, getContextPath, getDateHeader, getHeader, getHeaderNames, getLocale, getLocalPort, getMethod, getParameter, getParameterNames, getParameters, getRemoteHost, getServerPort, getSession, isRequestedSessionIdValid, isSecure, isXHR, setAttribute, setRequestpublic SimpleRequestWrapper(org.apache.tapestry5.services.Request request,
String serverName,
String path)
public String getPath()
getPath in interface org.apache.tapestry5.services.RequestgetPath in class DelegatingRequestRequest.getPath()public String getServerName()
getServerName in interface org.apache.tapestry5.services.RequestgetServerName in class DelegatingRequestRequest.getServerName()Copyright © 2008-2013 Ars Machina Tecnologia da Informação Ltda.. All Rights Reserved.