Class GeneratedJspIncludeComponent

    • Field Detail

      • PAGE

        public static final java.lang.String PAGE
        Qualifier of the JspIncludeComponent.page attribute
        See Also:
        Constant Field Values
      • TITLE

        public static final java.lang.String TITLE
        Qualifier of the JspIncludeComponent.title attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedJspIncludeComponent

        public GeneratedJspIncludeComponent()
    • Method Detail

      • getPage

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

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

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

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

        public java.lang.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 java.lang.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 java.util.Map<Language,​java.lang.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 java.util.Map<Language,​java.lang.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,
                             java.lang.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​(java.lang.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,
                                java.util.Map<Language,​java.lang.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​(java.util.Map<Language,​java.lang.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