| java.lang.Object org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.CommonBeanReader org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.SecurityRoleMetadataReader
SecurityRoleMetadataReader | public class SecurityRoleMetadataReader extends CommonBeanReader (Code) | | author: Peter Williams |
SecurityRoleMetadataReader | public SecurityRoleMetadataReader()(Code) | | |
genProperties | public Map<String, Object> genProperties(CommonDDBean[] beans)(Code) | | Maps interesting fields from security-role descriptor to a multi-level property map.
Map where Object is either a String value or nested mapwith the same structure (and thus ad infinitum) |
normalizeParent | protected CommonDDBean normalizeParent(CommonDDBean parent)(Code) | | For normalizing data structures within /ejb-jar graph.
/ejb-jar -> /ejb-jar/assembly-descriptor
|
Fields inherited from org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.CommonBeanReader | protected String propertyName(Code)(Java Doc)
|
Methods inherited from org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.CommonBeanReader | protected void addMapString(Map<String, Object> map, String property, String value)(Code)(Java Doc) protected CommonDDBean findEjbByName(EjbJar ejbJar, String ejbName)(Code)(Java Doc) protected CommonDDBean findEjbByName(Ejb[] ejbs, String ejbName)(Code)(Java Doc) abstract protected Map<String, Object> genProperties(CommonDDBean[] beans)(Code)(Java Doc) protected CommonDDBean normalizeParent(CommonDDBean oldParent)(Code)(Java Doc) public Map<String, Object> readAnnotations(DataObject dObj)(Code)(Java Doc) public Map<String, Object> readAppClientMetadata(MetadataModel<AppClientMetadata> model) throws MetadataModelException, IOException(Code)(Java Doc) public Map<String, Object> readDescriptor(CommonDDBean commonDD)(Code)(Java Doc) public Map<String, Object> readEjbJarMetadata(MetadataModel<EjbJarMetadata> model) throws MetadataModelException, IOException(Code)(Java Doc) public Map<String, Object> readWebAppMetadata(MetadataModel<WebAppMetadata> model) throws MetadataModelException, IOException(Code)(Java Doc) public Map<String, Object> readWebservicesMetadata(MetadataModel<WebservicesMetadata> model) throws MetadataModelException, IOException(Code)(Java Doc)
|
|
|