public interface FindCapability
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
Modifier and Type | Method and Description |
---|---|
CommonDDBean |
findBeanByName(String beanName,
String propertyName,
String value)
Method is looking for the nested DD element according to the specified property and value
|
CommonDDBean findBeanByName(String beanName, String propertyName, String value)
beanName
- e.g. "Servlet" or "ResourceRef"propertyName
- e.g. "ServletName" or ResourceRefName"value
- specific propertyName value e.g. "ControllerServlet" or "jdbc/EmployeeAppDb"