Java Doc for ScriptAdapter.java in  » J2EE » Enhydra-Application-Framework » org » enhydra » util » chiba » 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 » Enhydra Application Framework » org.enhydra.util.chiba 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.enhydra.util.chiba.BaseAdapter
   org.enhydra.util.chiba.ScriptAdapter

ScriptAdapter
public class ScriptAdapter extends BaseAdapter implements EventListener(Code)
Adapter for processing DWR calls and building appropriate responses. This class is not exposed through DWR. Instead a Facadeclass 'FluxFacade' will be exposed that only allows to use the dispatch method. All other methods will be hidden for security.
author:
   Joern Turner, Slobodan Vujasinovic
version:
   $Id: ScriptAdapter.java,v 1.2 2007-05-17 12:52:55 sinisa Exp $



Constructor Summary
public  ScriptAdapter()
    

Method Summary
public  voiddispatch(ChibaEvent event)
     Dispatch a ChibaEvent to trigger some XForms processing such as updating of values or execution of triggers.
protected  Stringescape(String string)
    
protected  HttpRequestHandlergetNewInteractionHandler()
     return a new InteractionHandler.
public  voidhandleEvent(Event event)
     listen to processor and add a DefaultChibaEventImpl object to the EventQueue.
public  voidinit()
     initialize the Adapter.
public  voidsetContext(Map contextParams)
     passes Map containing arbitrary context parameters to the Adapter.
public  voidsetUploadDestination(String destination)
     set the upload location.
public  voidshutdown()
     terminates the XForms processing.


Constructor Detail
ScriptAdapter
public ScriptAdapter()(Code)




Method Detail
dispatch
public void dispatch(ChibaEvent event) throws XFormsException(Code)
Dispatch a ChibaEvent to trigger some XForms processing such as updating of values or execution of triggers.
Parameters:
  event - an application specific event
throws:
  org.chiba.xml.xforms.exception.XFormsException -
See Also:   org.chiba.adapter.DefaultChibaEventImpl



escape
protected String escape(String string)(Code)



getNewInteractionHandler
protected HttpRequestHandler getNewInteractionHandler() throws XFormsException(Code)
return a new InteractionHandler.

This method returns a new HttpRequestHandler. returns a new




handleEvent
public void handleEvent(Event event)(Code)
listen to processor and add a DefaultChibaEventImpl object to the EventQueue.
Parameters:
  event - the handled DOMEvent



init
public void init() throws XFormsException(Code)
initialize the Adapter. This is necessary cause often the using application will need to configure the Adapter before actually using it.
throws:
  org.chiba.xml.xforms.exception.XFormsException -



setContext
public void setContext(Map contextParams)(Code)
passes Map containing arbitrary context parameters to the Adapter.
Parameters:
  contextParams - Map of arbitrary params passed to the processor



setUploadDestination
public void setUploadDestination(String destination)(Code)
set the upload location. This string represents the destination (data-sink) for uploads.
Parameters:
  destination - a String representing the location where to storeuploaded files/data.



shutdown
public void shutdown() throws XFormsException(Code)
terminates the XForms processing. right place to do cleanup of resources.
throws:
  org.chiba.xml.xforms.exception.XFormsException -



Fields inherited from org.enhydra.util.chiba.BaseAdapter
public boolean clean(Code)(Java Doc)

Methods inherited from org.enhydra.util.chiba.BaseAdapter
public boolean isClean()(Code)(Java Doc)
public void setClean(boolean clean)(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.