Java Doc for RequestParameterConventions.java in  » Portal » mypersonalizer » es » udc » mypersonalizer » portal » conventions » 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 » Portal » mypersonalizer » es.udc.mypersonalizer.portal.conventions 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   es.udc.mypersonalizer.portal.conventions.RequestParameterConventions

RequestParameterConventions
public class RequestParameterConventions (Code)
Defines conventions for HTTP request parameters.
author:
   Fernando Bellas
since:
   1.0


Field Summary
final public static  StringBUTTON_NAME
    
final public static  StringBUTTON_STATE
     Parameter name identifying the state to which a button will be switched.
final public static  StringLOGIN_NAME
     Parameter name specifying a login name.
final public static  StringOLD_PASSWORD
     Parameter name specifying an old password.
final public static  StringPASSWORD
     Parameter name specifying a password.
final public static  StringPREVIOUS_PROPERTY_STRUCTURE_NAMES
     Parameter specifying the previous values (separated by ",") of the parameter PROPERTY_STRUCTURE_NAME in a multi-step wizard.
final public static  StringPROPERTY_IDENTIFIER
     Parameter name specifying a property identifier.
final public static  StringPROPERTY_STRUCTURE_NAME
     A relative name to a root compound property, specifying a particular PropertyStructure.
final public static  StringPROPERTY_UPDATER_NAME
     Parameter specifying the property updater (see @link es.udc.mypersonalizer.portal.model.wizards.PropertyUpdater) to use in a wizard.
final public static  StringREMEMBER_PASSWORD
     Parameter name specifying whether or not the option "Remember my password" has been selected.
final public static  StringRETYPED_PASSWORD
     Parameter name specifying a retyped password.
final public static  StringSERVICE_BUTTONS_STATE_IDENTIFIER
     Parameter name identifying a service buttons state identifier.
final public static  StringSERVICE_IDENTIFIER
     Parameter name specifying a service identifier.
final public static  StringSERVICE_IDENTIFIERS
     Multi-valued parameter name specifying a list of service identifiers.
final public static  StringSIMPLE_PROPERTY_NAMES
     Multi-valued parameter name specifying simple property names relative to a property structure name.
final public static  StringSIMPLE_PROPERTY_NAMES_NOT_TO_TRIM
     Multi-valued parameter name specifying simple property names not to be trimmed.
final public static  StringWORKSPACE
     This parameter identifies the workspace type or identifier, for adding a new workspace.
final public static  StringWORKSPACE_IDENTIFIER
     Parameter name specifying workspace identifier.
final public static  StringWORKSPACE_LAYOUT_IDENTIFIERS
     This parameter identifies a list of workspace layout identifiers.
final public static  StringWORKSPACE_NAME
     This parameter identifies the workspace name, and is used when the user is given the possibility to change it.



Field Detail
BUTTON_NAME
final public static String BUTTON_NAME(Code)
Parameter name identifying the name of a button



BUTTON_STATE
final public static String BUTTON_STATE(Code)
Parameter name identifying the state to which a button will be switched.



LOGIN_NAME
final public static String LOGIN_NAME(Code)
Parameter name specifying a login name.



OLD_PASSWORD
final public static String OLD_PASSWORD(Code)
Parameter name specifying an old password.



PASSWORD
final public static String PASSWORD(Code)
Parameter name specifying a password.



PREVIOUS_PROPERTY_STRUCTURE_NAMES
final public static String PREVIOUS_PROPERTY_STRUCTURE_NAMES(Code)
Parameter specifying the previous values (separated by ",") of the parameter PROPERTY_STRUCTURE_NAME in a multi-step wizard.



PROPERTY_IDENTIFIER
final public static String PROPERTY_IDENTIFIER(Code)
Parameter name specifying a property identifier.



PROPERTY_STRUCTURE_NAME
final public static String PROPERTY_STRUCTURE_NAME(Code)
A relative name to a root compound property, specifying a particular PropertyStructure. For the saved searches service example provided in the documentation of es.udc.mypersonalizer.kernel.model.properties.Property "1" is a property structure name, specifying the second (remember indexes are numbered from 0 upwards) property structure of the values of the root property ("savedSearches"). In a more complex example, "2.a.3" will be a property stucture name specifying the fourth property structure of the compound property "a", inserted in the third property structure of the root property. Note that property structure names always start and finish with indexes.



PROPERTY_UPDATER_NAME
final public static String PROPERTY_UPDATER_NAME(Code)
Parameter specifying the property updater (see @link es.udc.mypersonalizer.portal.model.wizards.PropertyUpdater) to use in a wizard.



REMEMBER_PASSWORD
final public static String REMEMBER_PASSWORD(Code)
Parameter name specifying whether or not the option "Remember my password" has been selected.



RETYPED_PASSWORD
final public static String RETYPED_PASSWORD(Code)
Parameter name specifying a retyped password.



SERVICE_BUTTONS_STATE_IDENTIFIER
final public static String SERVICE_BUTTONS_STATE_IDENTIFIER(Code)
Parameter name identifying a service buttons state identifier.



SERVICE_IDENTIFIER
final public static String SERVICE_IDENTIFIER(Code)
Parameter name specifying a service identifier.



SERVICE_IDENTIFIERS
final public static String SERVICE_IDENTIFIERS(Code)
Multi-valued parameter name specifying a list of service identifiers.



SIMPLE_PROPERTY_NAMES
final public static String SIMPLE_PROPERTY_NAMES(Code)
Multi-valued parameter name specifying simple property names relative to a property structure name. That is, a property structure name concatenated with a simple property name must specify a simple property name from the root property. Example: for the news service example presented in RequestParameterConventions.PROPERTY_STRUCTURE_NAME , and considering "1" as a property structure name, "keywords" is a valid simple property name if "1.keywords" names an existing simple property from the root property. In a more complex example, and considering "2.a.3" as a property structure name, "c.0.d" is a valid simple property name if "2.a.3.c.0.d" names an existing simple property from the root property.



SIMPLE_PROPERTY_NAMES_NOT_TO_TRIM
final public static String SIMPLE_PROPERTY_NAMES_NOT_TO_TRIM(Code)
Multi-valued parameter name specifying simple property names not to be trimmed.



WORKSPACE
final public static String WORKSPACE(Code)
This parameter identifies the workspace type or identifier, for adding a new workspace.



WORKSPACE_IDENTIFIER
final public static String WORKSPACE_IDENTIFIER(Code)
Parameter name specifying workspace identifier.



WORKSPACE_LAYOUT_IDENTIFIERS
final public static String WORKSPACE_LAYOUT_IDENTIFIERS(Code)
This parameter identifies a list of workspace layout identifiers.



WORKSPACE_NAME
final public static String WORKSPACE_NAME(Code)
This parameter identifies the workspace name, and is used when the user is given the possibility to change it.





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.