Java Doc for HttpServletRequestWrapper.java in  » J2EE » Sofia » com » salmonllc » html » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » Sofia » com.salmonllc.html 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.salmonllc.html.HttpServletRequestWrapper

HttpServletRequestWrapper
public class HttpServletRequestWrapper implements HttpServletRequest(Code)
This class is a wrapper used by internal processes in the framework and isn't intended to be used directly. For more information see HttpServletRequest in the JSDK documentation.


Field Summary
 ActionRequest_preq
    
 HttpServletRequest_req
    

Constructor Summary
public  HttpServletRequestWrapper(HttpServletRequest req)
     HttpServletRequestWrapper constructor comment.
public  HttpServletRequestWrapper(ActionRequest req)
     HttpServletRequestWrapper constructor comment.

Method Summary
public  ObjectgetAttribute(String arg1)
     getAttribute method comment.
public  java.util.EnumerationgetAttributeNames()
    
public  StringgetAuthType()
     getAuthType method comment.
public  java.lang.StringgetCharacterEncoding()
    
public  intgetContentLength()
     getContentLength method comment.
public  StringgetContentType()
     getContentType method comment.
public  StringgetContextPath()
    
public  javax.servlet.http.Cookie[]getCookies()
     getCookies method comment.
public  longgetDateHeader(String arg1)
     getDateHeader method comment.
public  StringgetHeader(String arg1)
     getHeader method comment.
public  java.util.EnumerationgetHeaderNames()
     getHeaderNames method comment.
public  java.util.EnumerationgetHeaders(String name)
    
public  javax.servlet.ServletInputStreamgetInputStream()
     getInputStream method comment.
public  intgetIntHeader(String arg1)
     getIntHeader method comment.
public  StringgetLocalAddr()
    
public  StringgetLocalName()
    
public  intgetLocalPort()
    
public  LocalegetLocale()
    
public  EnumerationgetLocales()
    
public  StringgetMethod()
     getMethod method comment.
public  StringgetParameter(String arg1)
     getParameter method comment.
public  MapgetParameterMap()
    
public  java.util.EnumerationgetParameterNames()
     getParameterNames method comment.
public  java.lang.String[]getParameterValues(String arg1)
     getParameterValues method comment.
public  StringgetPathInfo()
     getPathInfo method comment.
public  StringgetPathTranslated()
     getPathTranslated method comment.
public  PortletSessiongetPortletSession(boolean arg1)
    
public  PortletSessiongetPortletSession()
    
public  ActionRequestgetPortletWrapppedRequest()
    
public  StringgetProtocol()
     getProtocol method comment.
public  StringgetQueryString()
     getQueryString method comment.
public  java.io.BufferedReadergetReader()
     getReader method comment.
public  StringgetRealPath(String arg1)
    
public  StringgetRemoteAddr()
     getRemoteAddr method comment.
public  StringgetRemoteHost()
     getRemoteHost method comment.
public  intgetRemotePort()
    
public  StringgetRemoteUser()
     getRemoteUser method comment.
public  RequestDispatchergetRequestDispatcher(String dispatcher)
    
public  StringgetRequestURI()
     getRequestURI method comment.
public  StringBuffergetRequestURL()
    
public  StringgetRequestedSessionId()
     getRequestedSessionId method comment.
public  StringgetScheme()
     getScheme method comment.
public  StringgetServerName()
     getServerName method comment.
public  intgetServerPort()
     getServerPort method comment.
public  StringgetServletPath()
     getServletPath method comment.
public  HttpSessiongetSession(boolean arg1)
     getSession method comment.
public  javax.servlet.http.HttpSessiongetSession()
    
public  PrincipalgetUserPrincipal()
    
public  HttpServletRequestgetWrappedRequest()
    
public  booleanisRequestedSessionIdFromCookie()
     isRequestedSessionIdFromCookie method comment.
public  booleanisRequestedSessionIdFromURL()
     isRequestedSessionIdFromUrl method comment.
public  booleanisRequestedSessionIdFromUrl()
    
public  booleanisRequestedSessionIdValid()
     isRequestedSessionIdValid method comment.
public  booleanisSecure()
    
public  booleanisUserInRole(String role)
    
public  voidremoveAttribute(String name)
    
public  voidsetAttribute(java.lang.String param1, java.lang.Object param2)
    
public  voidsetCharacterEncoding(String enc)
    
 voidsetRequest(HttpServletRequest req)
     This method was created in VisualAge.
 voidsetRequest(ActionRequest req)
    

Field Detail
_preq
ActionRequest _preq(Code)



_req
HttpServletRequest _req(Code)




Constructor Detail
HttpServletRequestWrapper
public HttpServletRequestWrapper(HttpServletRequest req)(Code)
HttpServletRequestWrapper constructor comment.



HttpServletRequestWrapper
public HttpServletRequestWrapper(ActionRequest req)(Code)
HttpServletRequestWrapper constructor comment.




Method Detail
getAttribute
public Object getAttribute(String arg1)(Code)
getAttribute method comment.



getAttributeNames
public java.util.Enumeration getAttributeNames()(Code)



getAuthType
public String getAuthType()(Code)
getAuthType method comment.



getCharacterEncoding
public java.lang.String getCharacterEncoding()(Code)



getContentLength
public int getContentLength()(Code)
getContentLength method comment.



getContentType
public String getContentType()(Code)
getContentType method comment.



getContextPath
public String getContextPath()(Code)



getCookies
public javax.servlet.http.Cookie[] getCookies()(Code)
getCookies method comment.



getDateHeader
public long getDateHeader(String arg1)(Code)
getDateHeader method comment.



getHeader
public String getHeader(String arg1)(Code)
getHeader method comment.



getHeaderNames
public java.util.Enumeration getHeaderNames()(Code)
getHeaderNames method comment.



getHeaders
public java.util.Enumeration getHeaders(String name)(Code)



getInputStream
public javax.servlet.ServletInputStream getInputStream() throws java.io.IOException(Code)
getInputStream method comment.



getIntHeader
public int getIntHeader(String arg1)(Code)
getIntHeader method comment.



getLocalAddr
public String getLocalAddr()(Code)



getLocalName
public String getLocalName()(Code)



getLocalPort
public int getLocalPort()(Code)



getLocale
public Locale getLocale()(Code)



getLocales
public Enumeration getLocales()(Code)



getMethod
public String getMethod()(Code)
getMethod method comment.



getParameter
public String getParameter(String arg1)(Code)
getParameter method comment.



getParameterMap
public Map getParameterMap()(Code)



getParameterNames
public java.util.Enumeration getParameterNames()(Code)
getParameterNames method comment.



getParameterValues
public java.lang.String[] getParameterValues(String arg1)(Code)
getParameterValues method comment.



getPathInfo
public String getPathInfo()(Code)
getPathInfo method comment.



getPathTranslated
public String getPathTranslated()(Code)
getPathTranslated method comment.



getPortletSession
public PortletSession getPortletSession(boolean arg1)(Code)
Returns the portlet session used by the portlet



getPortletSession
public PortletSession getPortletSession()(Code)
Returns the portlet session used by the portlet



getPortletWrapppedRequest
public ActionRequest getPortletWrapppedRequest()(Code)



getProtocol
public String getProtocol()(Code)
getProtocol method comment.



getQueryString
public String getQueryString()(Code)
getQueryString method comment.



getReader
public java.io.BufferedReader getReader() throws java.io.IOException(Code)
getReader method comment.



getRealPath
public String getRealPath(String arg1)(Code)



getRemoteAddr
public String getRemoteAddr()(Code)
getRemoteAddr method comment.



getRemoteHost
public String getRemoteHost()(Code)
getRemoteHost method comment.



getRemotePort
public int getRemotePort()(Code)



getRemoteUser
public String getRemoteUser()(Code)
getRemoteUser method comment.



getRequestDispatcher
public RequestDispatcher getRequestDispatcher(String dispatcher)(Code)



getRequestURI
public String getRequestURI()(Code)
getRequestURI method comment.



getRequestURL
public StringBuffer getRequestURL()(Code)



getRequestedSessionId
public String getRequestedSessionId()(Code)
getRequestedSessionId method comment.



getScheme
public String getScheme()(Code)
getScheme method comment.



getServerName
public String getServerName()(Code)
getServerName method comment.



getServerPort
public int getServerPort()(Code)
getServerPort method comment.



getServletPath
public String getServletPath()(Code)
getServletPath method comment.



getSession
public HttpSession getSession(boolean arg1)(Code)
getSession method comment.



getSession
public javax.servlet.http.HttpSession getSession()(Code)



getUserPrincipal
public Principal getUserPrincipal()(Code)



getWrappedRequest
public HttpServletRequest getWrappedRequest()(Code)



isRequestedSessionIdFromCookie
public boolean isRequestedSessionIdFromCookie()(Code)
isRequestedSessionIdFromCookie method comment.



isRequestedSessionIdFromURL
public boolean isRequestedSessionIdFromURL()(Code)
isRequestedSessionIdFromUrl method comment.



isRequestedSessionIdFromUrl
public boolean isRequestedSessionIdFromUrl()(Code)



isRequestedSessionIdValid
public boolean isRequestedSessionIdValid()(Code)
isRequestedSessionIdValid method comment.



isSecure
public boolean isSecure()(Code)



isUserInRole
public boolean isUserInRole(String role)(Code)



removeAttribute
public void removeAttribute(String name)(Code)



setAttribute
public void setAttribute(java.lang.String param1, java.lang.Object param2)(Code)



setCharacterEncoding
public void setCharacterEncoding(String enc)(Code)



setRequest
void setRequest(HttpServletRequest req)(Code)
This method was created in VisualAge.
Parameters:
  req - javax.servlet.http.HttpServletRequest



setRequest
void setRequest(ActionRequest req)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.