public class RequestParamParser extends Object implements SiteStateParser
SITEID_PARAM_NAME
is found.Modifier and Type | Field and Description |
---|---|
static String |
SITEID_PARAM_NAME |
Constructor and Description |
---|
RequestParamParser() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
The siteId parameter is only considered if this parser is enabled.
|
SiteState |
parseSiteState(String contentPath,
javax.servlet.http.HttpServletRequest request,
SiteManager siteManager) |
void |
setEnabled(boolean pEnabled) |
public static String SITEID_PARAM_NAME
public boolean isEnabled()
public void setEnabled(boolean pEnabled)
public SiteState parseSiteState(String contentPath, javax.servlet.http.HttpServletRequest request, SiteManager siteManager)
parseSiteState
in interface SiteStateParser
contentPath
- the content path before site context pattern translationrequest
- the current requestsiteManager
- SiteManager
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.