| Modifier and Type | Method and Description |
|---|---|
protected void |
Render.doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RenderContext renderContext,
Resource resource,
long startTime) |
protected void |
FindPrincipal.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
Find.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
ServerStats.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
FindHistory.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxRenderException
Ajax render exception that is thrown when ajax rendering is not allowed
|
class |
TemplateNotFoundException
Rendering service exception that is thrown when a template for the resource could not be found.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RenderService.render(Resource resource,
RenderContext context)
Render a specific resource and returns it as a StringBuffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RenderFilterException
Rendering filter specific exception.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AggregateFilter.aggregateContent(String content,
RenderContext renderContext)
Aggregate the content that are inside the fragment to get a full HTML content with all sub modules embedded.
|
protected String |
AggregateFilter.generateContent(RenderContext renderContext,
String key)
Generates content for a sub fragment.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AggregateCacheFilter.aggregateContent(net.sf.ehcache.Cache cache,
String cachedContent,
RenderContext renderContext,
String areaIdentifier,
Stack<String> cacheKeyStack,
Set<String> allPaths)
Deprecated.
Aggregate the content that are inside the cached fragment to get a full HTML content with all sub modules
embedded.
|
protected String |
AggregateCacheFilter.generateContent(RenderContext renderContext,
String cacheKey,
String areaIdentifier,
Set<String> allPaths)
Deprecated.
Generates content for a sub fragment.
|
protected String |
AggregateCacheFilter.returnFromCache(RenderContext renderContext,
Resource resource,
String key,
String finalKey,
net.sf.ehcache.Element element,
net.sf.ehcache.Cache cache)
Deprecated.
This method is called if the entry is found in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JSR223Script.execute(Resource resource,
RenderContext context)
Execute the script and return the result as a string
|
String |
Script.execute(Resource resource,
RenderContext context)
Execute the script and return the result as a string
|
String |
RequestDispatcherScript.execute(Resource resource,
RenderContext context)
Execute the script and return the result as a string
|
| Modifier and Type | Method and Description |
|---|---|
String |
WebflowDispatcherScript.execute(Resource resource,
RenderContext context)
Execute the script and return the result as a string
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.