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


java.lang.Object
   org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
      org.netbeans.modules.web.project.ProjectWebModule

ProjectWebModule
final public class ProjectWebModule extends J2eeModuleProvider implements WebModuleImplementation,J2eeModuleImplementation,ModuleChangeReporter,EjbChangeDescriptor,PropertyChangeListener(Code)
A web module implementation on top of project.
author:
   Pavel Buzek


Field Summary
final public static  StringFILE_DD
    
final public static  StringFOLDER_WEB_INF
    

Constructor Summary
 ProjectWebModule(WebProject project, UpdateHelper helper, ClassPathProviderImpl cpProvider)
    

Method Summary
public  voidaddPropertyChangeListener(PropertyChangeListener listener)
    
public  booleanejbsChanged()
    
public synchronized  MetadataModel<WebAppMetadata>getAnnotationMetadataModel()
     The server plugin needs all models to be either merged on annotation-based.
public  FileObjectgetArchive()
    
public  IteratorgetArchiveContents()
    
public  FileObjectgetBuildDirectory()
    
public  String[]getChangedEjbs()
    
public  ClassPathProvidergetClassPathProvider()
    
public  FileObjectgetConfDir()
    
public  FilegetConfDirAsFile()
    
public  FileObjectgetContentDirectory()
    
public  FilegetContentDirectoryAsFile()
    
public  StringgetContextPath()
    
public  StringgetContextPath(String serverInstId)
    
public  FileObjectgetDD()
    
public  FilegetDeploymentConfigurationFile(String name)
    
public  FileObjectgetDeploymentDescriptor()
    
public  FileObjectgetDeploymentDescriptor(boolean silent)
    
public  FileObjectgetDocumentBase()
    
public  FileObjectgetDocumentBase(boolean silent)
    
public  org.netbeans.modules.j2ee.deployment.common.api.EjbChangeDescriptorgetEjbChanges(long timestamp)
    
public synchronized  J2eeModulegetJ2eeModule()
    
public  StringgetJ2eePlatformVersion()
    
public  FileObject[]getJavaSources()
    
public  MetadataModel<T>getMetadataModel(Class<T> type)
    
public synchronized  MetadataModel<WebAppMetadata>getMetadataModel()
    
public  org.netbeans.modules.j2ee.deployment.devmodules.api.ModuleChangeReportergetModuleChangeReporter()
    
public  FileObjectgetModuleFolder()
    
public  ObjectgetModuleType()
    
public  StringgetModuleVersion()
    
public  FilegetResourceDirectory()
    
public  StringgetServerID()
    
public  StringgetServerInstanceID()
    
public  FileObject[]getSourceRoots()
    
public  StringgetUrl()
    
public  FileObjectgetWebInf()
    
public  FileObjectgetWebInf(boolean silent)
    
public synchronized  MetadataModel<WebservicesMetadata>getWebservicesMetadataModel()
    
public  booleanisManifestChanged(long timestamp)
    
public  voidpropertyChange(PropertyChangeEvent evt)
    
public synchronized  voidremovePropertyChangeListener(PropertyChangeListener listener)
    
public  voidsetContextPath(String path)
    
public  voidsetContextPath(String serverInstId, String path)
    
public  voidsetServerInstanceID(String severInstanceID)
    
public  voidsetUrl(String url)
    
public  voiduncacheDescriptors()
    
public  booleanuseDefaultServer()
    

Field Detail
FILE_DD
final public static String FILE_DD(Code)



FOLDER_WEB_INF
final public static String FOLDER_WEB_INF(Code)




Constructor Detail
ProjectWebModule
ProjectWebModule(WebProject project, UpdateHelper helper, ClassPathProviderImpl cpProvider)(Code)




Method Detail
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)(Code)



ejbsChanged
public boolean ejbsChanged()(Code)



getAnnotationMetadataModel
public synchronized MetadataModel<WebAppMetadata> getAnnotationMetadataModel()(Code)
The server plugin needs all models to be either merged on annotation-based. Currently only the web model does a bit of merging, other models don't. So for web we actually need two models (one for the server plugins and another for everyone else). Temporary solution until merging is implemented in all models.



getArchive
public FileObject getArchive()(Code)



getArchiveContents
public Iterator getArchiveContents() throws java.io.IOException(Code)



getBuildDirectory
public FileObject getBuildDirectory()(Code)



getChangedEjbs
public String[] getChangedEjbs()(Code)



getClassPathProvider
public ClassPathProvider getClassPathProvider()(Code)



getConfDir
public FileObject getConfDir()(Code)



getConfDirAsFile
public File getConfDirAsFile()(Code)



getContentDirectory
public FileObject getContentDirectory()(Code)



getContentDirectoryAsFile
public File getContentDirectoryAsFile()(Code)



getContextPath
public String getContextPath()(Code)



getContextPath
public String getContextPath(String serverInstId)(Code)



getDD
public FileObject getDD()(Code)



getDeploymentConfigurationFile
public File getDeploymentConfigurationFile(String name)(Code)



getDeploymentDescriptor
public FileObject getDeploymentDescriptor()(Code)



getDeploymentDescriptor
public FileObject getDeploymentDescriptor(boolean silent)(Code)



getDocumentBase
public FileObject getDocumentBase()(Code)



getDocumentBase
public FileObject getDocumentBase(boolean silent)(Code)



getEjbChanges
public org.netbeans.modules.j2ee.deployment.common.api.EjbChangeDescriptor getEjbChanges(long timestamp)(Code)



getJ2eeModule
public synchronized J2eeModule getJ2eeModule()(Code)



getJ2eePlatformVersion
public String getJ2eePlatformVersion()(Code)



getJavaSources
public FileObject[] getJavaSources()(Code)



getMetadataModel
public MetadataModel<T> getMetadataModel(Class<T> type)(Code)



getMetadataModel
public synchronized MetadataModel<WebAppMetadata> getMetadataModel()(Code)



getModuleChangeReporter
public org.netbeans.modules.j2ee.deployment.devmodules.api.ModuleChangeReporter getModuleChangeReporter()(Code)



getModuleFolder
public FileObject getModuleFolder()(Code)



getModuleType
public Object getModuleType()(Code)



getModuleVersion
public String getModuleVersion()(Code)



getResourceDirectory
public File getResourceDirectory()(Code)



getServerID
public String getServerID()(Code)



getServerInstanceID
public String getServerInstanceID()(Code)



getSourceRoots
public FileObject[] getSourceRoots()(Code)



getUrl
public String getUrl()(Code)



getWebInf
public FileObject getWebInf()(Code)



getWebInf
public FileObject getWebInf(boolean silent)(Code)



getWebservicesMetadataModel
public synchronized MetadataModel<WebservicesMetadata> getWebservicesMetadataModel()(Code)



isManifestChanged
public boolean isManifestChanged(long timestamp)(Code)



propertyChange
public void propertyChange(PropertyChangeEvent evt)(Code)



removePropertyChangeListener
public synchronized void removePropertyChangeListener(PropertyChangeListener listener)(Code)



setContextPath
public void setContextPath(String path)(Code)



setContextPath
public void setContextPath(String serverInstId, String path)(Code)



setServerInstanceID
public void setServerInstanceID(String severInstanceID)(Code)



setUrl
public void setUrl(String url)(Code)



uncacheDescriptors
public void uncacheDescriptors()(Code)



useDefaultServer
public boolean useDefaultServer()(Code)



Methods inherited from org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
final public void addConfigurationFilesListener(ConfigurationFilesListener l)(Code)(Java Doc)
final public void addInstanceListener(InstanceListener l)(Code)(Java Doc)
final public Datasource createDatasource(String jndiName, String url, String username, String password, String driver) throws DatasourceAlreadyExistsException, ConfigurationException(Code)(Java Doc)
public void deployDatasources() throws ConfigurationException, DatasourceAlreadyExistsException(Code)(Java Doc)
final protected void fireServerChange(String oldServerID, String newServerID)(Code)(Java Doc)
final public ConfigSupport getConfigSupport()(Code)(Java Doc)
final public FileObject[] getConfigurationFiles()(Code)(Java Doc)
final public FileObject[] getConfigurationFiles(boolean refresh)(Code)(Java Doc)
public String getDeploymentName()(Code)(Java Doc)
public InstanceProperties getInstanceProperties()(Code)(Java Doc)
abstract public J2eeModule getJ2eeModule()(Code)(Java Doc)
abstract public ModuleChangeReporter getModuleChangeReporter()(Code)(Java Doc)
public Set<Datasource> getModuleDatasources() throws ConfigurationException(Code)(Java Doc)
public Set<Datasource> getServerDatasources() throws ConfigurationException(Code)(Java Doc)
final public ServerDebugInfo getServerDebugInfo()(Code)(Java Doc)
public String getServerID()(Code)(Java Doc)
public String getServerInstanceID()(Code)(Java Doc)
public SourceFileMap getSourceFileMap()(Code)(Java Doc)
public FileObject[] getSourceRoots()(Code)(Java Doc)
public boolean hasVerifierSupport()(Code)(Java Doc)
public boolean isDatasourceCreationSupported()(Code)(Java Doc)
final public void removeConfigurationFilesListener(ConfigurationFilesListener l)(Code)(Java Doc)
final public void removeInstanceListener(InstanceListener l)(Code)(Java Doc)
abstract public void setServerInstanceID(String severInstanceID)(Code)(Java Doc)
public boolean useDefaultServer()(Code)(Java Doc)
public void verify(FileObject target, OutputStream logger) throws ValidationException(Code)(Java Doc)

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.