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