Class PageState

java.lang.Object
org.exoplatform.portal.mop.page.PageState
All Implemented Interfaces:
Serializable

public class PageState extends Object implements Serializable
See Also:
  • Constructor Details

    • PageState

      public PageState(PageState pageState)
    • PageState

      public PageState(String displayName, String description, boolean showMaxWindow, String factoryId, List<String> accessPermissions, String editPermission)
    • PageState

      public PageState(String displayName, String description, boolean showMaxWindow, boolean hideSharedLayout, boolean showSharedLayout, String factoryId, String profiles, List<String> accessPermissions, String editPermission, String type, String link)
    • PageState

      public PageState(String displayName, String description, boolean showMaxWindow, boolean hideSharedLayout, boolean showSharedLayout, String factoryId, List<String> accessPermissions, String editPermission)
  • Method Details