Class GeneratedMediaContext

    • Field Detail

      • QUALIFIER

        public static final java.lang.String QUALIFIER
        Qualifier of the MediaContext.qualifier attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the MediaContext.name attribute
        See Also:
        Constant Field Values
      • MAPPINGS

        public static final java.lang.String MAPPINGS
        Qualifier of the MediaContext.mappings 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

      • GeneratedMediaContext

        public GeneratedMediaContext()
    • Method Detail

      • getMappings

        public java.util.Collection<MediaFormatMapping> getMappings​(SessionContext ctx)
        Generated method - Getter of the MediaContext.mappings attribute.
        Returns:
        the mappings
      • getMappings

        public java.util.Collection<MediaFormatMapping> getMappings()
        Generated method - Getter of the MediaContext.mappings attribute.
        Returns:
        the mappings
      • setMappings

        public void setMappings​(SessionContext ctx,
                                java.util.Collection<MediaFormatMapping> value)
        Generated method - Setter of the MediaContext.mappings attribute.
        Parameters:
        value - the mappings
      • setMappings

        public void setMappings​(java.util.Collection<MediaFormatMapping> value)
        Generated method - Setter of the MediaContext.mappings attribute.
        Parameters:
        value - the mappings
      • addToMappings

        public void addToMappings​(SessionContext ctx,
                                  MediaFormatMapping value)
        Generated method - Adds value to mappings.
        Parameters:
        value - the item to add to mappings
      • addToMappings

        public void addToMappings​(MediaFormatMapping value)
        Generated method - Adds value to mappings.
        Parameters:
        value - the item to add to mappings
      • removeFromMappings

        public void removeFromMappings​(SessionContext ctx,
                                       MediaFormatMapping value)
        Generated method - Removes value from mappings.
        Parameters:
        value - the item to remove from mappings
      • removeFromMappings

        public void removeFromMappings​(MediaFormatMapping value)
        Generated method - Removes value from mappings.
        Parameters:
        value - the item to remove from mappings
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the MediaContext.name attribute.
        Returns:
        the name - Name of this context
      • getName

        public java.lang.String getName()
        Generated method - Getter of the MediaContext.name attribute.
        Returns:
        the name - Name of this context
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the MediaContext.name attribute.
        Returns:
        the localized name - Name of this context
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the MediaContext.name attribute.
        Returns:
        the localized name - Name of this context
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the MediaContext.name attribute.
        Parameters:
        value - the name - Name of this context
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the MediaContext.name attribute.
        Parameters:
        value - the name - Name of this context
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the MediaContext.name attribute.
        Parameters:
        value - the name - Name of this context
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the MediaContext.name attribute.
        Parameters:
        value - the name - Name of this context
      • getQualifier

        public java.lang.String getQualifier​(SessionContext ctx)
        Generated method - Getter of the MediaContext.qualifier attribute.
        Returns:
        the qualifier - Qualifying name of this context
      • getQualifier

        public java.lang.String getQualifier()
        Generated method - Getter of the MediaContext.qualifier attribute.
        Returns:
        the qualifier - Qualifying name of this context
      • setQualifier

        public void setQualifier​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the MediaContext.qualifier attribute.
        Parameters:
        value - the qualifier - Qualifying name of this context
      • setQualifier

        public void setQualifier​(java.lang.String value)
        Generated method - Setter of the MediaContext.qualifier attribute.
        Parameters:
        value - the qualifier - Qualifying name of this context