uk.org.ponder.rsf.viewstate

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 » Web Framework » RSF » uk.org.ponder.rsf.viewstate 
uk.org.ponder.rsf.viewstate
Class and interfaces for dealing with "View State", being the state held in navigation URLs. Defines the core "ViewParameters" object, and deals with URL parsing and rewriting.
Java Source File NameTypeComment
AnyViewParameters.javaInterface A base interface tagging a ViewParameters which refers to "any" view, whether internal or external.
BaseURLProvider.javaInterface Encodes information about the local URL structure to this servlet.
ContextURLProvider.javaInterface Returns the external URL corresponding to the context resource base for this application.
CoreViewParamsCodec.javaInterface Interface to the "core", reflective ViewParamsCodec, that directly applies the information determined as ViewParamsMapInfo entries.
EntityCentredViewParameters.javaClass View parameters, which as well as defining the core viewID, are centred upon a particular entity, defined by Java class and entity ID.
ErrorViewParameters.javaClass
InternalURLRewriter.javaInterface Supplies URL rewriting services for "internal" URLs (i.e.
NoViewParameters.javaClass A special class of ViewParameters accepted as a redirect specification which performs no redirect.
NullInternalURLRewriter.javaClass
RawURLState.javaClass
RawViewParameters.javaClass A form of ViewParameters representing a URL external to RSF.
RedirectViewParameters.javaClass A possible return from a ViewParamsInterceptor which represents that this view should be rendered as a redirect rather than handled directly.
SimpleViewParameters.javaClass A simple set of view parameters that defines no extra fields, and maps the viewID parameter onto the end of the servlet path.
SiteMap.javaClass A root placeholder class to aid deserialization of the sitemap, into its ultimate home in a BasicViewParametersParser.
StaticViewIDInferrer.javaInterface A StaticViewIDInferrer uses a constant policy to infer the ViewID.
UltimateURLRenderer.javaInterface Renders "ultimate" URLs, that is, URLs for global navigation of an entire consumer portal to show a given resource, which may differ from the specific URL responsible for rendering the current request.
URLRewriter.javaClass
author:
   Antranig Basman (antranig@caret.cam.ac.uk) A URL rewriter for
author:
   "resource" URLs (i.e.
ViewIDInferrer.javaInterface Infer from the supplied raw URL state the RSF viewID for the current request.
ViewParameters.javaClass An RSF ViewParameters is a rule for extracting the relevant fields from a URL (or similar spec) that specify the content of a view and representing them in a typesafe way as an object.
ViewParametersParser.javaInterface Parses the specification of view state (as specified by a URL) out of the slightly processed raw materials of a String "pathinfo" and a Map of request parameters.
ViewParamsCodec.javaInterface Converts ViewParameters objects to and from a "broken-down" raw representation.
ViewParamsInterceptor.javaInterface An interception interface that allows implementors to adjust the state of the inferred ViewParameters before they are parsed into the request.
ViewParamsMapInfo.javaInterface Mapping information describing the mapping from URL attributes onto bean paths for ViewParameters objects.
ViewParamsReceiver.javaInterface
ViewParamsRegistry.javaInterface Allows a client to look up the registered view parameters "exemplar" for a particular ViewID.
ViewParamsReporter.javaInterface Implemented by a ViewComponentProducer to report the exact class of ViewParameters that it expects to receive when dispatched.
ViewParamUtil.javaClass Utilities for converting URL parameters to and from Objects (ViewParameters), Maps, and Lists of various dizzying forms.
ViewStateHandler.javaInterface Provides primitive functionality for mapping view states to URLs, and issuing redirects.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.