public class GeneratePageAction extends ServiceableAction implements ThreadSafe
Modifier and Type | Field and Description |
---|---|
(package private) static String |
__BACKOFFICE_JSESSION_ID |
private CacheAccessManager |
_cacheAccess |
private CacheAccessCounter |
_cacheAccessCounter |
private BackOfficeRequestProxyExtensionPoint |
_requestHeaderEP |
manager
EMPTY_MAP
Constructor and Description |
---|
GeneratePageAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
_copyHeaders(Request request,
Response response,
org.apache.http.HttpResponse cmsResponse,
String[] names)
Copy some response headers from the back-office.
|
private String |
_encodeRequestedUrl(Request request) |
protected CacheAccessCounter |
_getCacheAccessCounter()
Get the cache access counter
|
protected CacheAccessManager |
_getCacheAccessManager()
Get the cache access manager
|
private void |
_log(String message) |
private void |
_redirect(org.apache.http.HttpResponse cmsResponse,
Redirector redirector,
String page,
boolean permanent) |
private void |
_transposeCookies(Request request,
Response response,
org.apache.http.HttpResponse cmsResponse) |
protected void |
_writePageOnDisk(String decodedPage,
org.apache.http.HttpResponse cmsResponse)
Read the page from the back-office response and write it into the cache.
|
Map |
act(Redirector redirector,
SourceResolver resolver,
Map objectModel,
String source,
Parameters parameters) |
protected File |
getFile(File root,
String pagePath)
Get the cache file to write for the corresponding page.
|
void |
service(ServiceManager sManager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
static final String __BACKOFFICE_JSESSION_ID
private CacheAccessManager _cacheAccess
private CacheAccessCounter _cacheAccessCounter
private BackOfficeRequestProxyExtensionPoint _requestHeaderEP
public GeneratePageAction()
public void service(ServiceManager sManager) throws ServiceException
service
in interface Serviceable
service
in class ServiceableAction
ServiceException
protected CacheAccessCounter _getCacheAccessCounter()
protected CacheAccessManager _getCacheAccessManager()
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
private String _encodeRequestedUrl(Request request) throws UnsupportedEncodingException
UnsupportedEncodingException
private void _redirect(org.apache.http.HttpResponse cmsResponse, Redirector redirector, String page, boolean permanent) throws Exception
Exception
protected void _copyHeaders(Request request, Response response, org.apache.http.HttpResponse cmsResponse, String[] names)
request
- the front-office client request.response
- the front-office client response.cmsResponse
- the response from the back-office.names
- the header names.private void _transposeCookies(Request request, Response response, org.apache.http.HttpResponse cmsResponse)
protected void _writePageOnDisk(String decodedPage, org.apache.http.HttpResponse cmsResponse) throws IOException
decodedPage
- the page path.cmsResponse
- the back-office response, containing the page.IOException
- if an error occurs writing the page into the cache.