|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface J2eeApplicationObject
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 |
---|
DeployableObject getDeployableObject(String uri)
uri
- describes where to get the deployable object
DeployableObject[] getDeployableObjects(ModuleType type)
type
- the module type
DeployableObject[] getDeployableObjects()
String[] getModuleUris(ModuleType type)
type
- the module type
String[] getModuleUris()
DDBean[] getChildBean(ModuleType type, String xpath)
xpath
- the xpath of the children
String[] getText(ModuleType type, String xpath)
xpath
- the xpath
void addXpathListener(ModuleType type, String xpath, XpathListener xpl)
xpath
- the xpathxpl
- the listenervoid 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 |