Class GeneratedCMSSiteContextComponent

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CMSSiteContextComponent

public abstract class GeneratedCMSSiteContextComponent extends SimpleCMSComponent
Generated class for type CMSSiteContextComponent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCMSSiteContextComponent

      public GeneratedCMSSiteContextComponent()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedSimpleCMSComponent
    • getContext

      public EnumerationValue getContext(SessionContext ctx)
      Generated method - Getter of the CMSSiteContextComponent.context attribute.
      Returns:
      the context - site context: e.g. language or currency
    • getContext

      public EnumerationValue getContext()
      Generated method - Getter of the CMSSiteContextComponent.context attribute.
      Returns:
      the context - site context: e.g. language or currency
    • setContext

      public void setContext(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the CMSSiteContextComponent.context attribute.
      Parameters:
      value - the context - site context: e.g. language or currency
    • setContext

      public void setContext(EnumerationValue value)
      Generated method - Setter of the CMSSiteContextComponent.context attribute.
      Parameters:
      value - the context - site context: e.g. language or currency