Java Doc for FormNames.java in  » Portal » Open-Portal » com » sun » portal » rssportlet » 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 » Open Portal » com.sun.portal.rssportlet 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.portal.rssportlet.FormNames

All known Subclasses:   com.sun.portal.rssportlet.RssPortlet,
FormNames
public interface FormNames (Code)
This class provides helper constants for use within the Rss Portlet JSPs. There are several categories of constants:
  • Markup element names
  • Portlet preference names
  • Error parameter names

If the portlet's JSPs are customized, it is important to use the constant markup element names specified in this interface. If these constants are not used, the portlet cannot process form submissions, and Javascript in the JSPs may fail.

Portlet preference name constants are provided for convenience as the JSPs read the preferences when rendering the portlet.

Error parameters are used to pass error information between the portlet class and the edit JSP. Error parameters are set as portlet render parameters. The existence or non-existence of the error parameter is a flag indicating if the error occured. The value of the error parameter may simply be "true", or it may include some information about the error. See descriptions of the error parameters for details.

This API is unstable and changing.



Field Summary
final public static  StringINPUT_ADD_FEED
     Markup element name of the "add feed" button in the portlet's edit mode.
final public static  StringINPUT_DISABLE_MAX_AGE
     Markup element name for the "disable maximum feed age" check box in the portlet's edit mode.
final public static  StringINPUT_FEEDS
     Markup element name of the feeds check box group in the portlet's edit mode.
final public static  StringINPUT_MAX_AGE
    
final public static  StringINPUT_MAX_ENTRIES
     Markup element name for the "maximum entries" text box in the portlet's edit mode.
final public static  StringINPUT_NEWWIN
     Markup element name of the "new window" check box in the portlet's edit mode.
final public static  StringINPUT_SELECT_FEED
     Markup element name of the select feed drop down list in the portlet's view mode.
final public static  StringINPUT_START_FEED
     Markup element name for the "start feed" drop down list in the portlet's edit mode.
final public static  StringSUBMIT_ADD
     Markup element name for the "add new feed" submit button in the portlet's edit mode.
final public static  StringSUBMIT_CANCEL
     Markup element for the "cancel" button.
final public static  StringSUBMIT_EDIT
     Markup element name for the "finished" button in the portlet's edit mode.
final public static  StringSUBMIT_GO
     Markup element name for the "go" button in the portlet's view mode.



Field Detail
INPUT_ADD_FEED
final public static String INPUT_ADD_FEED(Code)
Markup element name of the "add feed" button in the portlet's edit mode.



INPUT_DISABLE_MAX_AGE
final public static String INPUT_DISABLE_MAX_AGE(Code)
Markup element name for the "disable maximum feed age" check box in the portlet's edit mode.



INPUT_FEEDS
final public static String INPUT_FEEDS(Code)
Markup element name of the feeds check box group in the portlet's edit mode.



INPUT_MAX_AGE
final public static String INPUT_MAX_AGE(Code)
Markup element name of the "maximum feed age" text box in the portlet's edit mode



INPUT_MAX_ENTRIES
final public static String INPUT_MAX_ENTRIES(Code)
Markup element name for the "maximum entries" text box in the portlet's edit mode.



INPUT_NEWWIN
final public static String INPUT_NEWWIN(Code)
Markup element name of the "new window" check box in the portlet's edit mode.



INPUT_SELECT_FEED
final public static String INPUT_SELECT_FEED(Code)
Markup element name of the select feed drop down list in the portlet's view mode.



INPUT_START_FEED
final public static String INPUT_START_FEED(Code)
Markup element name for the "start feed" drop down list in the portlet's edit mode.



SUBMIT_ADD
final public static String SUBMIT_ADD(Code)
Markup element name for the "add new feed" submit button in the portlet's edit mode.



SUBMIT_CANCEL
final public static String SUBMIT_CANCEL(Code)
Markup element for the "cancel" button.



SUBMIT_EDIT
final public static String SUBMIT_EDIT(Code)
Markup element name for the "finished" button in the portlet's edit mode.



SUBMIT_GO
final public static String SUBMIT_GO(Code)
Markup element name for the "go" button in the portlet's view mode.





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