Uses of Class
org.oa4mp.client.api.ClientEnvironment
-
Packages that use ClientEnvironment Package Description org.oa4mp.client.api org.oa4mp.client.api.loader org.oa4mp.client.api.servlet -
-
Uses of ClientEnvironment in org.oa4mp.client.api
Classes in org.oa4mp.client.api with type parameters of type ClientEnvironment Modifier and Type Interface Description interfaceClientLoaderInterface<T extends ClientEnvironment>An interface ensuring that loaders have a service provider.Methods in org.oa4mp.client.api that return ClientEnvironment Modifier and Type Method Description ClientEnvironmentAbstractOA4MPService. getEnvironment()Constructors in org.oa4mp.client.api with parameters of type ClientEnvironment Constructor Description AbstractOA4MPService(ClientEnvironment environment)OA4MPService(ClientEnvironment environment)Basic constructor for this service. -
Uses of ClientEnvironment in org.oa4mp.client.api.loader
Classes in org.oa4mp.client.api.loader with type parameters of type ClientEnvironment Modifier and Type Class Description classAbstractClientLoader<T extends ClientEnvironment>Top-level class for client loader that creates asset store and controls which classes are instantiated for the client. -
Uses of ClientEnvironment in org.oa4mp.client.api.servlet
Methods in org.oa4mp.client.api.servlet that return ClientEnvironment Modifier and Type Method Description ClientEnvironmentClientServlet. getCE()Convenience for client servlets.
-