public class ObjectFieldRenderingContext
extends java.lang.Object
Constructor and Description |
---|
ObjectFieldRenderingContext() |
Modifier and Type | Method and Description |
---|---|
long |
getGroupId() |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest() |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse() |
java.util.Locale |
getLocale() |
long |
getObjectEntryId() |
java.lang.String |
getPortletId() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
java.lang.Object |
getProperty(java.lang.String name) |
long |
getUserId() |
void |
setGroupId(long groupId) |
void |
setHttpServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setHttpServletResponse(javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
setLocale(java.util.Locale locale) |
void |
setObjectEntryId(long objectEntryId) |
void |
setPortletId(java.lang.String portletId) |
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties) |
void |
setProperty(java.lang.String name,
java.lang.Object value) |
void |
setUserId(long userId) |
public long getGroupId()
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
public java.util.Locale getLocale()
public long getObjectEntryId()
public java.lang.String getPortletId()
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public java.lang.Object getProperty(java.lang.String name)
public long getUserId()
public void setGroupId(long groupId)
public void setHttpServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
public void setHttpServletResponse(javax.servlet.http.HttpServletResponse httpServletResponse)
public void setLocale(java.util.Locale locale)
public void setObjectEntryId(long objectEntryId)
public void setPortletId(java.lang.String portletId)
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
public void setProperty(java.lang.String name, java.lang.Object value)
public void setUserId(long userId)