clear
public void clear()
Clear facade.
getAttribute
public Object getAttribute(String name)
getAttributeNames
public Enumeration getAttributeNames()
getCharacterEncoding
public String getCharacterEncoding()
getContentLength
public int getContentLength()
getContentType
public String getContentType()
getInputStream
public ServletInputStream getInputStream()
throws IOException
getLocalAddr
public String getLocalAddr()
Returns the Internet Protocol (IP) address of the interface on
which the request was received.
getLocalName
public String getLocalName()
Returns the host name of the Internet Protocol (IP) interface on
which the request was received.
getLocalPort
public int getLocalPort()
Returns the Internet Protocol (IP) port number of the interface
on which the request was received.
getLocale
public Locale getLocale()
getLocales
public Enumeration getLocales()
getParameter
public String getParameter(String name)
getParameterMap
public Map getParameterMap()
getParameterNames
public Enumeration getParameterNames()
getParameterValues
public String[] getParameterValues(String name)
getProtocol
public String getProtocol()
getReader
public BufferedReader getReader()
throws IOException
getRealPath
public String getRealPath(String path)
getRemoteAddr
public String getRemoteAddr()
getRemoteHost
public String getRemoteHost()
getRemotePort
public int getRemotePort()
Returns the Internet Protocol (IP) source port of the client
or last proxy that sent the request.
getRequestDispatcher
public RequestDispatcher getRequestDispatcher(String path)
getScheme
public String getScheme()
getServerName
public String getServerName()
getServerPort
public int getServerPort()
isSecure
public boolean isSecure()
removeAttribute
public void removeAttribute(String name)
setAttribute
public void setAttribute(String name,
Object o)
setCharacterEncoding
public void setCharacterEncoding(String env)
throws java.io.UnsupportedEncodingException