| javax.enterprise.deploy.model.J2eeApplicationObject
addXpathListener | void addXpathListener(ModuleType type, String xpath, XpathListener xpl)(Code) | | Register a listener for a given xpath
Parameters: xpath - the xpath Parameters: xpl - the listener |
getChildBean | DDBean[] getChildBean(ModuleType type, String xpath)(Code) | | Get the child elements with the specified xpath
Parameters: xpath - the xpath of the children an array of children or null if there are none |
getDeployableObject | DeployableObject getDeployableObject(String uri)(Code) | | Retrieve a deployable object
Parameters: uri - describes where to get the deployable object the deployable object or null if there is no such object |
getDeployableObjects | DeployableObject[] getDeployableObjects(ModuleType type)(Code) | | Get all deployable objects in this application of the given module type
Parameters: type - the module type the deployable objects or null if there are no such objects |
getDeployableObjects | DeployableObject[] getDeployableObjects()(Code) | | Get all deployable objects in this application
the deployable objects or null are no such objects |
getModuleUris | String[] getModuleUris(ModuleType type)(Code) | | Return the list of module uris for a give module type
Parameters: type - the module type the uris or null if there are none |
getModuleUris | String[] getModuleUris()(Code) | | Return the list of module uris
the uris or null if there are none |
getText | String[] getText(ModuleType type, String xpath)(Code) | | Get the text for the given xpath
Parameters: xpath - the xpath an array of Strings for the xpath or null if there are none |
removeXpathListener | void removeXpathListener(ModuleType type, String xpath, XpathListener xpl)(Code) | | Unregister a listener for a given xpath
Parameters: xpath - the xpath Parameters: xpl - the listener |
|
|