Class XWorkRequestAttributes

  • All Implemented Interfaces:
    org.springframework.web.context.request.RequestAttributes

    public class XWorkRequestAttributes
    extends org.springframework.web.context.request.AbstractRequestAttributes
    • Constructor Detail

      • XWorkRequestAttributes

        public XWorkRequestAttributes​(com.opensymphony.xwork2.ActionContext context,
                                      String sessionId)
    • Method Detail

      • getAttributeNames

        public String[] getAttributeNames​(int scope)
      • getAttribute

        public Object getAttribute​(String name,
                                   int scope)
      • removeAttribute

        public void removeAttribute​(String name,
                                    int scope)
      • setAttribute

        public void setAttribute​(String name,
                                 Object value,
                                 int scope)
      • getSessionId

        public String getSessionId()
      • getSessionMutex

        public Object getSessionMutex()
      • registerDestructionCallback

        public void registerDestructionCallback​(String name,
                                                Runnable callback,
                                                int scope)
      • resolveReference

        public Object resolveReference​(String key)
      • updateAccessedSessionAttributes

        protected void updateAccessedSessionAttributes()
        Private Methods
        Specified by:
        updateAccessedSessionAttributes in class org.springframework.web.context.request.AbstractRequestAttributes