Java Doc for ProtocolConstants.java in  » Ajax » dwr » org » directwebremoting » dwrp » 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 » Ajax » dwr » org.directwebremoting.dwrp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.directwebremoting.dwrp.ProtocolConstants

ProtocolConstants
public interface ProtocolConstants (Code)
Various constants for type conversion
author:
   Joe Walker [joe at getahead dot ltd dot uk]


Field Summary
final public static  StringINBOUND_ARRAY_END
    
final public static  StringINBOUND_ARRAY_SEPARATOR
    
final public static  StringINBOUND_ARRAY_START
    
final public static  StringINBOUND_CALLNUM_PREFIX
    
final public static  StringINBOUND_CALLNUM_SUFFIX
    
final public static  StringINBOUND_CALL_COUNT
    
final public static  StringINBOUND_DECL_SEPARATOR
    
final public static  StringINBOUND_KEY_BATCHID
    
final public static  StringINBOUND_KEY_ENV
    
final public static  StringINBOUND_KEY_HTTP_SESSIONID
    
final public static  StringINBOUND_KEY_ID
    
final public static  StringINBOUND_KEY_METADATA
    
final public static  StringINBOUND_KEY_METHODNAME
    
final public static  StringINBOUND_KEY_PAGE
    
final public static  StringINBOUND_KEY_PARAM
    
final public static  StringINBOUND_KEY_PARTIAL_RESPONSE
    
final public static  StringINBOUND_KEY_SCRIPTNAME
     The inbound key to define the class to be used.
final public static  StringINBOUND_KEY_SCRIPT_SESSIONID
    
final public static  StringINBOUND_KEY_WINDOWNAME
    
final public static  StringINBOUND_MAP_END
    
final public static  StringINBOUND_MAP_ENTRY
    
final public static  StringINBOUND_MAP_SEPARATOR
    
final public static  StringINBOUND_MAP_START
    
final public static  StringINBOUND_NULL
    
final public static  StringINBOUND_TYPE_SEPARATOR
    
final public static  StringSCRIPT_CALL_INSERT
    
final public static  StringSCRIPT_CALL_REPLY
    
final public static  StringSCRIPT_END_MARKER
    
final public static  StringSCRIPT_START_MARKER
    
final public static  StringTYPE_FILE
    
final public static  StringTYPE_REFERENCE
    
final public static  StringTYPE_STRING
    



Field Detail
INBOUND_ARRAY_END
final public static String INBOUND_ARRAY_END(Code)
How are javascript arrays begun



INBOUND_ARRAY_SEPARATOR
final public static String INBOUND_ARRAY_SEPARATOR(Code)
How are javascript array elements separated



INBOUND_ARRAY_START
final public static String INBOUND_ARRAY_START(Code)
How are javascript arrays ended



INBOUND_CALLNUM_PREFIX
final public static String INBOUND_CALLNUM_PREFIX(Code)
The prefix to the call number on inbound calls



INBOUND_CALLNUM_SUFFIX
final public static String INBOUND_CALLNUM_SUFFIX(Code)
The suffix to the call number on inbound calls



INBOUND_CALL_COUNT
final public static String INBOUND_CALL_COUNT(Code)
How many calls are there in this request?



INBOUND_DECL_SEPARATOR
final public static String INBOUND_DECL_SEPARATOR(Code)
The character to use to distinguish between the variable name and the variable value



INBOUND_KEY_BATCHID
final public static String INBOUND_KEY_BATCHID(Code)
The parameter that specifies the batch identifier



INBOUND_KEY_ENV
final public static String INBOUND_KEY_ENV(Code)
What prefix do we put to the environment parameters



INBOUND_KEY_HTTP_SESSIONID
final public static String INBOUND_KEY_HTTP_SESSIONID(Code)
The parameter that specifies the http session identifier



INBOUND_KEY_ID
final public static String INBOUND_KEY_ID(Code)
Used to define the id of this call



INBOUND_KEY_METADATA
final public static String INBOUND_KEY_METADATA(Code)
What prefix do we put to the meta-data parameters



INBOUND_KEY_METHODNAME
final public static String INBOUND_KEY_METHODNAME(Code)
The inbound key to define the method to be called



INBOUND_KEY_PAGE
final public static String INBOUND_KEY_PAGE(Code)
The parameter that specifies the current page



INBOUND_KEY_PARAM
final public static String INBOUND_KEY_PARAM(Code)
What prefix do we put to the input parameters



INBOUND_KEY_PARTIAL_RESPONSE
final public static String INBOUND_KEY_PARTIAL_RESPONSE(Code)
The inbound key to declare if the XHR.responseText is readable when half filled



INBOUND_KEY_SCRIPTNAME
final public static String INBOUND_KEY_SCRIPTNAME(Code)
The inbound key to define the class to be used. This will be the javascript version of the full java package name.



INBOUND_KEY_SCRIPT_SESSIONID
final public static String INBOUND_KEY_SCRIPT_SESSIONID(Code)
The parameter that specifies the script session identifier



INBOUND_KEY_WINDOWNAME
final public static String INBOUND_KEY_WINDOWNAME(Code)
Window name is used by reverse ajax to get around the 2 connection limit



INBOUND_MAP_END
final public static String INBOUND_MAP_END(Code)
How javascript associative arrays (maps) are ended



INBOUND_MAP_ENTRY
final public static String INBOUND_MAP_ENTRY(Code)
How javascript map entries are split into name/value pairs



INBOUND_MAP_SEPARATOR
final public static String INBOUND_MAP_SEPARATOR(Code)
How javascript map entries are split from each other



INBOUND_MAP_START
final public static String INBOUND_MAP_START(Code)
How javascript associative arrays (maps) are started



INBOUND_NULL
final public static String INBOUND_NULL(Code)
null is sometimes needed in a javascript map



INBOUND_TYPE_SEPARATOR
final public static String INBOUND_TYPE_SEPARATOR(Code)
The character that we use to separate types for values in inbound variables



SCRIPT_CALL_INSERT
final public static String SCRIPT_CALL_INSERT(Code)
The marker to indicate that the output is from data inserted into the call



SCRIPT_CALL_REPLY
final public static String SCRIPT_CALL_REPLY(Code)
The marker to indicate that the output is a reply to the call



SCRIPT_END_MARKER
final public static String SCRIPT_END_MARKER(Code)
The marker to indicate the end of a 'eval'able script block



SCRIPT_START_MARKER
final public static String SCRIPT_START_MARKER(Code)
The marker to indicate the start of a 'eval'able script block



TYPE_FILE
final public static String TYPE_FILE(Code)
The name for file types from javascript



TYPE_REFERENCE
final public static String TYPE_REFERENCE(Code)
The name for reference types from javascript



TYPE_STRING
final public static String TYPE_STRING(Code)
The name for string types from javascript





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