Class GeneratedJspIncludeComponent

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

public abstract class GeneratedJspIncludeComponent extends SimpleCMSComponent
Generated class for type JspIncludeComponent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedJspIncludeComponent

      public GeneratedJspIncludeComponent()
  • Method Details

    • getDefaultAttributeModes

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

      public String getPage(SessionContext ctx)
      Generated method - Getter of the JspIncludeComponent.page attribute.
      Returns:
      the page - A jsp view
    • getPage

      public String getPage()
      Generated method - Getter of the JspIncludeComponent.page attribute.
      Returns:
      the page - A jsp view
    • setPage

      public void setPage(SessionContext ctx, String value)
      Generated method - Setter of the JspIncludeComponent.page attribute.
      Parameters:
      value - the page - A jsp view
    • setPage

      public void setPage(String value)
      Generated method - Setter of the JspIncludeComponent.page attribute.
      Parameters:
      value - the page - A jsp view
    • getTitle

      public String getTitle(SessionContext ctx)
      Generated method - Getter of the JspIncludeComponent.title attribute.
      Returns:
      the title - Attribute that represents tab title if the component exists in a tab container
    • getTitle

      public String getTitle()
      Generated method - Getter of the JspIncludeComponent.title attribute.
      Returns:
      the title - Attribute that represents tab title if the component exists in a tab container
    • getAllTitle

      public Map<Language,String> getAllTitle(SessionContext ctx)
      Generated method - Getter of the JspIncludeComponent.title attribute.
      Returns:
      the localized title - Attribute that represents tab title if the component exists in a tab container
    • getAllTitle

      public Map<Language,String> getAllTitle()
      Generated method - Getter of the JspIncludeComponent.title attribute.
      Returns:
      the localized title - Attribute that represents tab title if the component exists in a tab container
    • setTitle

      public void setTitle(SessionContext ctx, String value)
      Generated method - Setter of the JspIncludeComponent.title attribute.
      Parameters:
      value - the title - Attribute that represents tab title if the component exists in a tab container
    • setTitle

      public void setTitle(String value)
      Generated method - Setter of the JspIncludeComponent.title attribute.
      Parameters:
      value - the title - Attribute that represents tab title if the component exists in a tab container
    • setAllTitle

      public void setAllTitle(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the JspIncludeComponent.title attribute.
      Parameters:
      value - the title - Attribute that represents tab title if the component exists in a tab container
    • setAllTitle

      public void setAllTitle(Map<Language,String> value)
      Generated method - Setter of the JspIncludeComponent.title attribute.
      Parameters:
      value - the title - Attribute that represents tab title if the component exists in a tab container