Class XWorkRequestAttributes
- java.lang.Object
-
- org.springframework.web.context.request.AbstractRequestAttributes
-
- org.onebusaway.presentation.impl.users.XWorkRequestAttributes
-
- All Implemented Interfaces:
org.springframework.web.context.request.RequestAttributes
public class XWorkRequestAttributes extends org.springframework.web.context.request.AbstractRequestAttributes
-
-
Constructor Summary
Constructors Constructor Description XWorkRequestAttributes(com.opensymphony.xwork2.ActionContext context, String sessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAttribute(String name, int scope)String[]getAttributeNames(int scope)StringgetSessionId()ObjectgetSessionMutex()voidregisterDestructionCallback(String name, Runnable callback, int scope)voidremoveAttribute(String name, int scope)ObjectresolveReference(String key)voidsetAttribute(String name, Object value, int scope)protected voidupdateAccessedSessionAttributes()Private Methods
-
-
-
Constructor Detail
-
XWorkRequestAttributes
public XWorkRequestAttributes(com.opensymphony.xwork2.ActionContext context, String sessionId)
-
-
Method Detail
-
getAttributeNames
public String[] getAttributeNames(int scope)
-
removeAttribute
public void removeAttribute(String name, int scope)
-
getSessionId
public String getSessionId()
-
getSessionMutex
public Object getSessionMutex()
-
registerDestructionCallback
public void registerDestructionCallback(String name, Runnable callback, int scope)
-
updateAccessedSessionAttributes
protected void updateAccessedSessionAttributes()
Private Methods- Specified by:
updateAccessedSessionAttributesin classorg.springframework.web.context.request.AbstractRequestAttributes
-
-