Class DecoratorUtil.SideBarContext

  • Enclosing class:
    DecoratorUtil

    public static class DecoratorUtil.SideBarContext
    extends Object
    • Method Detail

      • getPageId

        public String getPageId()
      • getContext

        public String getContext()
      • getContextKey

        public String getContextKey()
      • getCollectorKey

        public String getCollectorKey()
      • setAction

        public void setAction​(com.opensymphony.xwork2.ActionSupport action)
      • getAction

        public com.opensymphony.xwork2.ActionSupport getAction()
      • toMap

        public Map<String,​Object> toMap​(com.opensymphony.xwork2.ActionSupport action)
        Methods returns page/blogpost sidebar context as a map. It also adds/replaces "action" parameter of the context with action method parameter.
        Parameters:
        action - to be added to context
        Returns:
        saved sidebar context as map
        Since:
        5.10