Java Doc for PfixServletRequest.java in  » J2EE » Pustefix » de » schlund » pfixxml » 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 » Pustefix » de.schlund.pfixxml 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


de.schlund.pfixxml.PfixServletRequest

All known Subclasses:   de.schlund.pfixxml.PfixServletRequestImpl,
PfixServletRequest
public interface PfixServletRequest (Code)


Field Summary
final public static  StringPAGEPARAM
    


Method Summary
public  booleanerrorHappened()
     Determine if any error happened.
public  List<Exception>getAllExceptions()
    
public  RequestParam[]getAllRequestParams(String name)
    
public  StringgetContextPath()
    
public  Cookie[]getCookies()
    
public  longgetCreationTimeStamp()
    
public  ThrowablegetLastException()
    
public  StringgetOriginalQueryString()
    
public  StringgetOriginalRequestURI()
    
public  StringgetOriginalScheme()
    
public  StringgetOriginalServerName()
    
public  intgetOriginalServerPort()
    
public  StringgetPageName()
     Extracts page name from pathinfo of this request.
public  StringgetPathInfo()
    
public  StringgetPathTranslated()
    
public  StringgetQueryString()
    
public  StringgetRemoteAddr()
    
public  StringgetRemoteHost()
    
public  HttpServletRequestgetRequest()
     Retrieve the current request.
public  RequestParamgetRequestParam(String name)
    
public  String[]getRequestParamNames()
    
public  StringgetRequestURI()
    
public  StringgetRequestedSessionId()
    
public  StringgetScheme()
    
public  StringgetServerName()
    
public  intgetServerPort()
    
public  StringgetServletName()
     Gets the part of this request's URI that refers to the servlet being invoked.
public  StringgetServletPath()
    
public  HttpSessiongetSession(boolean create)
    
public  booleanisRequestedSessionIdValid()
    
public  voidsetLastException(Throwable lastException)
     Stores the given exception-object as an attribute in the request, under the key of PfixServletRequest.ATTR_LASTEXCEPTION ATTR_LASTEXCEPTION .
public  voidupdateRequest(HttpServletRequest req)
     Update the servlet request.

Field Detail
PAGEPARAM
final public static String PAGEPARAM(Code)





Method Detail
errorHappened
public boolean errorHappened()(Code)
Determine if any error happened. true if error happened, else false



getAllExceptions
public List<Exception> getAllExceptions()(Code)
Retrieve all exceptions that happened during multipart-handling a list containing all exceptions



getAllRequestParams
public RequestParam[] getAllRequestParams(String name)(Code)
Retrieve all request params according to the name parameter
Parameters:
  the - name used as a key an array containing all request params or null if not exists



getContextPath
public String getContextPath()(Code)
Retrieve the context path from the current request the context path



getCookies
public Cookie[] getCookies()(Code)
Retrieve all cookies from the current request an array containing all cookies



getCreationTimeStamp
public long getCreationTimeStamp()(Code)



getLastException
public Throwable getLastException()(Code)
Returns the value of the request-attribute that is stored under the key PfixServletRequest.ATTR_LASTEXCEPTION ATTR_LASTEXCEPTION



getOriginalQueryString
public String getOriginalQueryString()(Code)
Retrieve the query string from the orginal request the query string



getOriginalRequestURI
public String getOriginalRequestURI()(Code)
Retrieve the request uri from the orginal request the uri



getOriginalScheme
public String getOriginalScheme()(Code)
Retrieve the scheme from the orginal request the scheme



getOriginalServerName
public String getOriginalServerName()(Code)
Retrieve the server name form the orginal request the name



getOriginalServerPort
public int getOriginalServerPort()(Code)
Retrieve the port number from the orginal request the port



getPageName
public String getPageName()(Code)
Extracts page name from pathinfo of this request. page name for the given request or nullif no page name has been specified or specified page namehas invalid scheme



getPathInfo
public String getPathInfo()(Code)
Retrieve the path information from the current request the path info



getPathTranslated
public String getPathTranslated()(Code)
Retrieve the translated path from the current request the translated path



getQueryString
public String getQueryString()(Code)
Retrieve the query string from the current request the query string



getRemoteAddr
public String getRemoteAddr()(Code)
Retrieve the remote ip-address from the current request the remote address



getRemoteHost
public String getRemoteHost()(Code)
Retrieve the remote host from the current request the remote host



getRequest
public HttpServletRequest getRequest()(Code)
Retrieve the current request. the current request.



getRequestParam
public RequestParam getRequestParam(String name)(Code)
Retrieve a RequestParam according to the name parameter
Parameters:
  the - name used as a key the request param or null if not exists



getRequestParamNames
public String[] getRequestParamNames()(Code)
Retrieve all names of all request params an array containing all names for all request params.



getRequestURI
public String getRequestURI()(Code)
Retrieve the request uri from the current request the request uri



getRequestedSessionId
public String getRequestedSessionId()(Code)
Retrieve the session id belonging to the current request the session id



getScheme
public String getScheme()(Code)
Retrieve the scheme from the current request the scheme



getServerName
public String getServerName()(Code)
Retrieve the server name from the current request the name



getServerPort
public int getServerPort()(Code)
Retrieve the port number from the current request the port number



getServletName
public String getServletName()(Code)
Gets the part of this request's URI that refers to the servlet being invoked.



getServletPath
public String getServletPath()(Code)
Retrieve the servlet path from the current request the servlet path



getSession
public HttpSession getSession(boolean create)(Code)
Retrieve the session belonging to the current request
Parameters:
  create - if true a new session will be created if not existsin the current request, if false the orginal session will be returned the http session



isRequestedSessionIdValid
public boolean isRequestedSessionIdValid()(Code)
Retrieve whether the requested session id is valid true if valid, else false



setLastException
public void setLastException(Throwable lastException)(Code)
Stores the given exception-object as an attribute in the request, under the key of PfixServletRequest.ATTR_LASTEXCEPTION ATTR_LASTEXCEPTION .
Parameters:
  lastException - The value to assign lastException.



updateRequest
public void updateRequest(HttpServletRequest req)(Code)
Update the servlet request. After calling this method the request data used by constructor are accesible only by the 'getOriginal' methods.
Parameters:
  req - the new request



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