public interface DynamicPageService
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResource(String resourcePath)
Deprecated.
|
InputStream |
getResource(String portalId,
String resourceName)
Deprecated.
|
String |
render(String portalId,
String pageName,
OutputStream out,
FormData formData,
JsonSessionState sessionState) |
String |
renderObject(org.apache.velocity.context.Context context,
String template,
com.googlecode.fascinator.common.IndexAndPayloadComposite metadata) |
String |
renderObject(org.apache.velocity.context.Context context,
String template,
com.googlecode.fascinator.common.solr.SolrDoc metadata) |
String |
resourceExists(String portalId,
String resourceName)
Deprecated.
|
@Deprecated InputStream getResource(String resourcePath)
@Deprecated InputStream getResource(String portalId, String resourceName)
@Deprecated String resourceExists(String portalId, String resourceName)
String render(String portalId, String pageName, OutputStream out, FormData formData, JsonSessionState sessionState)
String renderObject(org.apache.velocity.context.Context context, String template, com.googlecode.fascinator.common.solr.SolrDoc metadata)
Copyright © 2009-2016. All Rights Reserved.