Uses of Class
org.exoplatform.portal.config.model.ApplicationType
Packages that use ApplicationType
Package
Description
-
Uses of ApplicationType in org.exoplatform.portal.config
Methods in org.exoplatform.portal.config with parameters of type ApplicationTypeModifier and TypeMethodDescription<S> SDataStorage.load(ApplicationState<S> state, ApplicationType<S> type) Deprecated, for removal: This API element is subject to removal in a future version.Return content state. -
Uses of ApplicationType in org.exoplatform.portal.config.model
Fields in org.exoplatform.portal.config.model declared as ApplicationTypeMethods in org.exoplatform.portal.config.model that return ApplicationTypeModifier and TypeMethodDescriptionApplication.getType()static ApplicationType<?> static <S> ApplicationType<S> ApplicationType.getType(org.gatein.mop.api.content.ContentType<S> name) Constructors in org.exoplatform.portal.config.model with parameters of type ApplicationTypeModifierConstructorDescriptionApplication(ApplicationType<S> type) Application(ApplicationType<S> type, String storageId) -
Uses of ApplicationType in org.exoplatform.portal.config.serialize
Constructors in org.exoplatform.portal.config.serialize with parameters of type ApplicationTypeModifierConstructorDescriptionPortletApplication(ApplicationType<Portlet> preferencesApplicationType, String storageId) -
Uses of ApplicationType in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service with parameters of type ApplicationTypeModifier and TypeMethodDescription<S> SLayoutService.load(ApplicationState<S> state, ApplicationType<S> type) Return content state. -
Uses of ApplicationType in org.exoplatform.portal.pom.data
Constructors in org.exoplatform.portal.pom.data with parameters of type ApplicationTypeModifierConstructorDescriptionApplicationData(String storageId, String storageName, ApplicationType<S> type, ApplicationState<S> state, String id, String title, String icon, String description, boolean showInfoBar, boolean showApplicationState, boolean showApplicationMode, String theme, String width, String height, String cssClass, ModelStyle cssStyle, Map<String, String> properties, List<String> accessPermissions)