Java Doc for JspDataObject.java in  » IDE-Netbeans » web.core » org » netbeans » modules » web » core » jsploader » 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 » IDE Netbeans » web.core » org.netbeans.modules.web.core.jsploader 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.web.core.jsploader.JspDataObject

JspDataObject
public class JspDataObject extends MultiDataObject implements QueryStringCookie(Code)
Object that provides main functionality for internet data loader.
author:
   Petr Jiricka


Field Summary
final static  StringATTR_FILE_ENCODING
    
final public static  StringEA_JSP_ERRORPAGE
    
final public static  StringPROP_CONTENT_LANGUAGE
    
final public static  StringPROP_REQUEST_PARAMS
    
final public static  StringPROP_SCRIPTING_LANGUAGE
    
final public static  StringPROP_SERVER_CHANGE
    
final public static  StringPROP_SERVLET_DATAOBJECT
    
protected transient  JspServletDataObjectservletDataObject
    

Constructor Summary
public  JspDataObject(FileObject pf, UniFileLoader l)
    

Method Summary
public  voidaddSaveCookie(SaveCookie cookie)
    
protected  org.openide.nodes.NodecreateNodeDelegate()
    
protected  EditorCookiecreateServletEditor()
    
public  voidfirePropertyChange0(String propertyName, Object oldValue, Object newValue)
     JDK 1.2 compiler hack.
public  StringgetContentLanguage()
     Returns the MIME type of the content language for this page set in this file's attributes.
public  Node.CookiegetCookie(Class type)
    
public  org.openide.nodes.CookieSetgetCookieSet0()
    
public  StringgetFileEncoding()
    
public  LookupgetLookup()
    
public synchronized  CompileDatagetPlugin()
    
public  StringgetScriptingLanguage()
     Returns the MIME type of the scripting language for this page set in this file's attributes.
public  JspServletDataObjectgetServletDataObject()
    
public  EditorCookiegetServletEditor()
     Returns an editor for the servlet.
protected  FileObjecthandleMove(DataFolder df)
    
protected  org.openide.filesystems.FileObjecthandleRename(String str)
    
public synchronized  voidrefreshPlugin(boolean reload)
     Invalidates the current copy of server plugin for this JSP.
public  voidrefreshPlugin()
    
public  voidremoveSaveCookie()
    
public  voidsetQueryString(String params)
     Updates the information about statically included pages for these pages. E.g.
 voidupdateFileEncoding(boolean fromEditor)
    

Field Detail
ATTR_FILE_ENCODING
final static String ATTR_FILE_ENCODING(Code)



EA_JSP_ERRORPAGE
final public static String EA_JSP_ERRORPAGE(Code)



PROP_CONTENT_LANGUAGE
final public static String PROP_CONTENT_LANGUAGE(Code)



PROP_REQUEST_PARAMS
final public static String PROP_REQUEST_PARAMS(Code)



PROP_SCRIPTING_LANGUAGE
final public static String PROP_SCRIPTING_LANGUAGE(Code)



PROP_SERVER_CHANGE
final public static String PROP_SERVER_CHANGE(Code)



PROP_SERVLET_DATAOBJECT
final public static String PROP_SERVLET_DATAOBJECT(Code)



servletDataObject
protected transient JspServletDataObject servletDataObject(Code)




Constructor Detail
JspDataObject
public JspDataObject(FileObject pf, UniFileLoader l) throws DataObjectExistsException(Code)




Method Detail
addSaveCookie
public void addSaveCookie(SaveCookie cookie)(Code)



createNodeDelegate
protected org.openide.nodes.Node createNodeDelegate()(Code)



createServletEditor
protected EditorCookie createServletEditor()(Code)



firePropertyChange0
public void firePropertyChange0(String propertyName, Object oldValue, Object newValue)(Code)
JDK 1.2 compiler hack.



getContentLanguage
public String getContentLanguage()(Code)
Returns the MIME type of the content language for this page set in this file's attributes. If nothing is set, defaults to 'text/html'.



getCookie
public Node.Cookie getCookie(Class type)(Code)



getCookieSet0
public org.openide.nodes.CookieSet getCookieSet0()(Code)



getFileEncoding
public String getFileEncoding()(Code)



getLookup
public Lookup getLookup()(Code)



getPlugin
public synchronized CompileData getPlugin()(Code)



getScriptingLanguage
public String getScriptingLanguage()(Code)
Returns the MIME type of the scripting language for this page set in this file's attributes. If nothing is set, defaults to 'text/x-java'.



getServletDataObject
public JspServletDataObject getServletDataObject()(Code)



getServletEditor
public EditorCookie getServletEditor()(Code)
Returns an editor for the servlet. Architecturally, a better solution would be to attach a cookie for editing the servlet, but we choose this approach for performance reasons - this allows lazy initialization of the editor (unlike the cookie).



handleMove
protected FileObject handleMove(DataFolder df) throws IOException(Code)



handleRename
protected org.openide.filesystems.FileObject handleRename(String str) throws java.io.IOException(Code)



refreshPlugin
public synchronized void refreshPlugin(boolean reload)(Code)
Invalidates the current copy of server plugin for this JSP.
Parameters:
  reload - true if the new version of the plugin should be loaded.



refreshPlugin
public void refreshPlugin()(Code)



removeSaveCookie
public void removeSaveCookie()(Code)



setQueryString
public void setQueryString(String params) throws java.io.IOException(Code)
Updates the information about statically included pages for these pages. E.g. tells the included pages that they are included in this page.



updateFileEncoding
void updateFileEncoding(boolean fromEditor)(Code)



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