|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A deployable object for an ear
| Method Summary | |
void |
addXpathListener(ModuleType type,
String xpath,
XpathListener xpl)
Register a listener for a given xpath |
DDBean[] |
getChildBean(ModuleType type,
String xpath)
Get the child elements with the specified xpath |
DeployableObject |
getDeployableObject(String uri)
Retrieve a deployable object |
DeployableObject[] |
getDeployableObjects()
Get all deployable objects in this application |
DeployableObject[] |
getDeployableObjects(ModuleType type)
Get all deployable objects in this application of the given module type |
String[] |
getModuleUris()
Return the list of module uris |
String[] |
getModuleUris(ModuleType type)
Return the list of module uris for a give module type |
String[] |
getText(ModuleType type,
String xpath)
Get the text for the given xpath |
void |
removeXpathListener(ModuleType type,
String xpath,
XpathListener xpl)
Unregister a listener for a given xpath |
| Methods inherited from interface javax.enterprise.deploy.model.DeployableObject |
entries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getEntry, getModuleDTDVersion, getText, getType |
| Method Detail |
public DeployableObject getDeployableObject(String uri)
uri - describes where to get the deployable object
public DeployableObject[] getDeployableObjects(ModuleType type)
type - the module type
public DeployableObject[] getDeployableObjects()
public String[] getModuleUris(ModuleType type)
type - the module type
public String[] getModuleUris()
public DDBean[] getChildBean(ModuleType type, String xpath)
xpath - the xpath of the children
public String[] getText(ModuleType type, String xpath)
xpath - the xpath
public void addXpathListener(ModuleType type, String xpath, XpathListener xpl)
xpath - the xpathxpl - the listenerpublic void removeXpathListener(ModuleType type, String xpath, XpathListener xpl)
xpath - the xpathxpl - the listener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||