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 Object
getAttribute(String name, int scope)
String[]
getAttributeNames(int scope)
String
getSessionId()
Object
getSessionMutex()
void
registerDestructionCallback(String name, Runnable callback, int scope)
void
removeAttribute(String name, int scope)
Object
resolveReference(String key)
void
setAttribute(String name, Object value, int scope)
protected void
updateAccessedSessionAttributes()
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:
updateAccessedSessionAttributes
in classorg.springframework.web.context.request.AbstractRequestAttributes
-
-