| java.lang.Object org.objectweb.jonas_lib.deployment.api.CommonsSchemas
All known Subclasses: org.objectweb.jonas_ear.deployment.api.JonasEarSchemas, org.objectweb.jonas_client.deployment.api.JonasAppClientSchemas, org.objectweb.jonas_ejb.deployment.api.JonasEjbjarSchemas, org.objectweb.jonas_ear.deployment.api.EarSchemas, org.objectweb.jonas_client.deployment.api.AppClientSchemas, org.objectweb.jonas_rar.deployment.api.ConnectorSchemas, org.objectweb.jonas_web.deployment.api.WebAppSchemas, org.objectweb.jonas_ws.deployment.api.WsSchemas, org.objectweb.jonas_ejb.deployment.api.EjbjarSchemas, org.objectweb.jonas_domain.api.DomainSchemas, org.objectweb.jonas_rar.deployment.api.JonasConnectorSchemas, org.objectweb.jonas_ws.deployment.api.JaxrpcMappingSchemas, org.objectweb.jonas_clusterd.api.ClusterDaemonSchemas, org.objectweb.jonas_web.deployment.api.JonasWebAppSchemas,
CommonsSchemas | abstract public class CommonsSchemas implements Schemas(Code) | | This class defines the declarations of the default J2EE 1.4 Schemas
author: Florent Benoit |
CommonsSchemas | public CommonsSchemas()(Code) | | Build a new object for Schemas handling
|
getHeaderForElement | public static String getHeaderForElement(String element, String[] schemas)(Code) | | Parameters: element - name of the root element (jonas-ejb-jar, ...) Parameters: schemas - array of Schemas (to be always up to date) a header for the right element with last element |
getlocalSchemas | public List getlocalSchemas()(Code) | | Gets the URLs of the local schemas
the URLs of the local schemas |
|
|