Class ApplicationType<S>

java.lang.Object
org.exoplatform.portal.config.model.ApplicationType<S>
Type Parameters:
S - the content state type of the application
All Implemented Interfaces:
Serializable

public class ApplicationType<S> extends Object implements Serializable
The type of an application.
Version:
$Revision$
Author:
Julien Viet
See Also:
  • Field Details

  • Method Details

    • getType

      public static ApplicationType<?> getType(String name)
    • getType

      public static <S> ApplicationType<S> getType(org.gatein.mop.api.content.ContentType<S> name)
    • getContentType

      public org.gatein.mop.api.content.ContentType<S> getContentType()
    • getName

      public String getName()