| java.lang.Object org.netbeans.modules.web.project.WebContainerImpl
WebContainerImpl | class WebContainerImpl implements EnterpriseReferenceContainer(Code) | | author: Chris Webster |
Method Summary | |
public String | addDestinationRef(MessageDestinationReference ref, FileObject referencingFile, String referencingClass) | public String | addEjbLocalReference(EjbReference localRef, String ejbRefName, FileObject referencingFile, String referencingClass) | public String | addEjbReference(EjbReference ref, String ejbRefName, FileObject referencingFile, String referencingClass) | public String | addResourceRef(ResourceReference ref, FileObject referencingFile, String referencingClass) | public MessageDestinationRef | createDestinationRef() | public ResourceRef | createResourceRef() | public String | getServiceLocatorName() | public void | setServiceLocatorName(String serviceLocator) |
WebContainerImpl | public WebContainerImpl(WebProject p, ReferenceHelper helper, AntProjectHelper antHelper)(Code) | | |
addDestinationRef | public String addDestinationRef(MessageDestinationReference ref, FileObject referencingFile, String referencingClass) throws IOException(Code) | | |
createDestinationRef | public MessageDestinationRef createDestinationRef() throws IOException(Code) | | |
getServiceLocatorName | public String getServiceLocatorName()(Code) | | |
|
|