public class GenericContentRequestImpl extends Object implements IContentRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_LOCATION_MAXIMIZED_PREFERENCE
Constant
CONTENT_LOCATION_MAXIMIZED_PREFERENCE="location.MAXIMIZED" |
static String |
CONTENT_LOCATION_PREFERENCE
Standard key for storing a content location in the portlet preferences.
|
| Constructor and Description |
|---|
GenericContentRequestImpl()
Constructor for GenericContentRequestImpl.
|
GenericContentRequestImpl(javax.portlet.PortletRequest portletRequest)
Construct a new content request, populating the location from the
portlet preferences.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProxiedLocation()
Getter for the field
proxiedLocation. |
void |
setProxiedLocation(String proxiedLocation)
Set the target location.
|
public static final String CONTENT_LOCATION_PREFERENCE
public static final String CONTENT_LOCATION_MAXIMIZED_PREFERENCE
CONTENT_LOCATION_MAXIMIZED_PREFERENCE="location.MAXIMIZED"public GenericContentRequestImpl()
Constructor for GenericContentRequestImpl.
public GenericContentRequestImpl(javax.portlet.PortletRequest portletRequest)
portletRequest - a PortletRequest objectCopyright © 2022 Apereo. All rights reserved.