Class LocalePreserved

    • Constructor Detail

      • LocalePreserved

        public LocalePreserved()
    • Method Detail

      • getName

        public String getName()
        Description copied from class: BaseMacro
        Get the name of the macro. This is used to map a macro in the input to the macro which should be called. The method has to be implemented by subclassing classes.
        Specified by:
        getName in interface org.radeox.api.macro.Macro
        Specified by:
        getName in class BaseMacro
        Returns:
        name Name of the Macro
      • setInitialContext

        public void setInitialContext​(org.radeox.api.engine.context.InitialRenderContext context)
        Specified by:
        setInitialContext in interface org.radeox.api.macro.Macro
        Overrides:
        setInitialContext in class BaseMacro