Package pl.matsuo.core.web.request
Class RequestContextService
java.lang.Object
pl.matsuo.core.web.request.RequestContextService
@Service public class RequestContextService extends Object
-
Constructor Summary
Constructors Constructor Description RequestContextService() -
Method Summary
Modifier and Type Method Description voidclearRequest()StringgetContextPath()StringgetPathInfo()Stringhref(String path)org.springframework.web.servlet.view.RedirectViewredirect(String path)voidsetRequest(javax.servlet.http.HttpServletRequest request)
-
Constructor Details
-
RequestContextService
public RequestContextService()
-
-
Method Details
-
getContextPath
-
getPathInfo
-
setRequest
public void setRequest(javax.servlet.http.HttpServletRequest request) -
clearRequest
public void clearRequest() -
href
-
redirect
-