Java Doc for ContactDetailController.java in  » J2EE » Sofia » com » salmonllc » examples » example8 » 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 » Sofia » com.salmonllc.examples.example8 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.salmonllc.jsp.JspController
   com.salmonllc.examples.example8.ContactDetailController

ContactDetailController
public class ContactDetailController extends JspController implements SubmitListener,PageListener(Code)
The controller for the detail portion of the Contact List/Detail data entry example


Field Summary
public  com.salmonllc.html.HtmlSubmitButton_cancel
    
public  com.salmonllc.html.HtmlSubmitButton_delete
    
public  com.salmonllc.jsp.JspDisplayBox_displaybox1
    
public  com.salmonllc.examples.example8.ContactModel_dsContact
    
public  com.salmonllc.html.HtmlValidatorText_errorMessage
    
public  com.salmonllc.html.HtmlSubmitButton_save
    


Method Summary
public  voidinitialize()
    
public  voidpageRequestEnd(PageEvent p)
     This event is used to fill out the PageListener interface, but isn't used in this controller.
public  voidpageRequested(PageEvent p)
    
public  voidpageSubmitEnd(PageEvent p)
     This event is used to fill out the PageListener intrface, but isn't used in this controller.
public  voidpageSubmitted(PageEvent p)
     This event is used to fill out the PageListener intrface, but isn't used in this controller.
public  booleansubmitPerformed(SubmitEvent e)
    

Field Detail
_cancel
public com.salmonllc.html.HtmlSubmitButton _cancel(Code)



_delete
public com.salmonllc.html.HtmlSubmitButton _delete(Code)



_displaybox1
public com.salmonllc.jsp.JspDisplayBox _displaybox1(Code)



_dsContact
public com.salmonllc.examples.example8.ContactModel _dsContact(Code)



_errorMessage
public com.salmonllc.html.HtmlValidatorText _errorMessage(Code)



_save
public com.salmonllc.html.HtmlSubmitButton _save(Code)





Method Detail
initialize
public void initialize()(Code)



pageRequestEnd
public void pageRequestEnd(PageEvent p)(Code)
This event is used to fill out the PageListener interface, but isn't used in this controller.



pageRequested
public void pageRequested(PageEvent p) throws Exception(Code)
Event is fired each time the page is requested



pageSubmitEnd
public void pageSubmitEnd(PageEvent p)(Code)
This event is used to fill out the PageListener intrface, but isn't used in this controller.



pageSubmitted
public void pageSubmitted(PageEvent p)(Code)
This event is used to fill out the PageListener intrface, but isn't used in this controller.



submitPerformed
public boolean submitPerformed(SubmitEvent e) throws Exception(Code)
Event is fired when one of the buttons is clicked



Methods inherited from com.salmonllc.jsp.JspController
public void assignComponentToField(String fieldName, HtmlComponent comp, boolean addToPage)(Code)(Java Doc)
public void assignDataSourceToField(String fieldName, DataStoreBuffer ds)(Code)(Java Doc)
public void assignPropertyExpression(String component, String propName, String expression, DataStoreBuffer dataStore)(Code)(Java Doc)
public void autoBindComponents() throws Exception(Code)(Java Doc)
public void clearAllPagesFromSession()(Code)(Java Doc)
public void clearAllPagesFromSessionButCurrent()(Code)(Java Doc)
public void clearInitializing()(Code)(Java Doc)
public void clearPageFromSession()(Code)(Java Doc)
public String convertExpressionOperators(String expression)(Code)(Java Doc)
public synchronized int doGet(HttpServletRequest req, boolean pre) throws Exception(Code)(Java Doc)
public synchronized int doPost(HttpServletRequest req, HttpServletResponse res) throws Exception(Code)(Java Doc)
public void forward(String url) throws IOException, ServletException(Code)(Java Doc)
public void generateBodyHtml(JspWriter p) throws IOException(Code)(Java Doc)
public void generateCode(PrintWriter pw, String controllerName) throws IOException(Code)(Java Doc)
public void generateScriptHtml(JspWriter p) throws java.lang.Exception(Code)(Java Doc)
public void generateSessionKeepAliveHtml(JspWriter p) throws IOException(Code)(Java Doc)
public boolean getAddExpireHeaders()(Code)(Java Doc)
public HtmlFormComponent getBoundComponent(DataStoreBuffer dsb, String columnName)(Code)(Java Doc)
public HtmlComponent getComponent(String name)(Code)(Java Doc)
public Hashtable getComponentTable()(Code)(Java Doc)
public DataStoreBuffer getDataSource(String name)(Code)(Java Doc)
public DataStoreBuffer getDataSource(Class c)(Code)(Java Doc)
public Hashtable getDataSourceTable()(Code)(Java Doc)
public Enumeration getDataSources()(Code)(Java Doc)
public boolean getDoPostRedirected()(Code)(Java Doc)
public boolean getHideAllComponents()(Code)(Java Doc)
public boolean getKeepOnSession()(Code)(Java Doc)
public String getOnClick()(Code)(Java Doc)
public String getOnLoad()(Code)(Java Doc)
public String getOnLoadFunction()(Code)(Java Doc)
public PageContext getPageContext()(Code)(Java Doc)
public String getPageURL()(Code)(Java Doc)
public String getPageURLNoQueryString()(Code)(Java Doc)
public int getRefIndex()(Code)(Java Doc)
public JspController getSecondaryController()(Code)(Java Doc)
public int getSessionKeepAliveMinutes()(Code)(Java Doc)
public String getSessionKey()(Code)(Java Doc)
public String getStyle()(Code)(Java Doc)
public Vector getValidators()(Code)(Java Doc)
public String getWebAppName()(Code)(Java Doc)
public void gotoSiteMapActionPage(String logicalName, String actionName, String additionalParms) throws IOException, ServletException(Code)(Java Doc)
public void gotoSiteMapActionPage(String actionName, String additionalParms) throws IOException, ServletException(Code)(Java Doc)
public void gotoSiteMapActionPage(String actionName) throws IOException, ServletException(Code)(Java Doc)
public void gotoSiteMapPage(String logicalName) throws IOException, ServletException(Code)(Java Doc)
public void gotoSiteMapPage(String logicalName, String additionalParms) throws IOException, ServletException(Code)(Java Doc)
public void incrementRefIndex()(Code)(Java Doc)
public void initialize() throws Exception(Code)(Java Doc)
public void initializeContainers() throws Exception(Code)(Java Doc)
public boolean isExpired()(Code)(Java Doc)
public boolean isIncludeIDAfterPost()(Code)(Java Doc)
public boolean isInitialized()(Code)(Java Doc)
public boolean isInitializing()(Code)(Java Doc)
public boolean isReferredByCurrentPage()(Code)(Java Doc)
public boolean isRequestFromForward()(Code)(Java Doc)
public void loadProperties()(Code)(Java Doc)
protected boolean notifyListeners(int event, boolean pre) throws Exception(Code)(Java Doc)
public void printVars(PrintWriter p) throws IOException(Code)(Java Doc)
public void recordTimerActivity(String name, long timeInMillis)(Code)(Java Doc)
public void replaceComponent(String name, HtmlComponent newComponent)(Code)(Java Doc)
public void replaceDataSource(String name, DataStoreBuffer newDs)(Code)(Java Doc)
public void sendPageRedirect() throws IOException(Code)(Java Doc)
public void sendPageRedirect(String anchor) throws IOException(Code)(Java Doc)
public void sendRedirect(String url) throws IOException(Code)(Java Doc)
public void setAddExpireHeaders(boolean val)(Code)(Java Doc)
public void setApplicationName(String name)(Code)(Java Doc)
public void setCurrentRequest(HttpServletRequest r)(Code)(Java Doc)
public void setCurrentResponse(HttpServletResponse r)(Code)(Java Doc)
public void setDoPostRedirected(boolean dopostredirected)(Code)(Java Doc)
public void setHideAllComponents(boolean hideAllComponents)(Code)(Java Doc)
public void setIncludeIDAfterPost(boolean includeIDAfterPost)(Code)(Java Doc)
public void setInitialized()(Code)(Java Doc)
public void setKeepOnSession(boolean keep)(Code)(Java Doc)
public void setOnBlur(String script)(Code)(Java Doc)
public void setOnClick(String script)(Code)(Java Doc)
public void setOnFocus(String script)(Code)(Java Doc)
public void setOnKeydown(String script)(Code)(Java Doc)
public void setOnLoad(String script)(Code)(Java Doc)
public void setOrigApplicationName(String name)(Code)(Java Doc)
public void setPageContext(PageContext cont)(Code)(Java Doc)
public void setPageExpired(boolean exp)(Code)(Java Doc)
public void setPageName(String name)(Code)(Java Doc)
public void setRemoveFromQueryString(String val)(Code)(Java Doc)
public void setSecondaryController(JspController cont)(Code)(Java Doc)
public void setServerURL(String url)(Code)(Java Doc)
public void setServletBaseURL(String url)(Code)(Java Doc)
public void setSession(HttpSession s)(Code)(Java Doc)
public void setSessionExpired(boolean exp)(Code)(Java Doc)
public void setSessionKeepAliveMinutes(int keepAliveMinutes)(Code)(Java Doc)
public void setSessionKey(String key)(Code)(Java Doc)
public void setStyle(String style)(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.