public class PageContentAssembler extends Object
PageContentAssembler
allows you to assemble Page rendered
presentations. PageContentAssembler will either render page or forward page to JPSProcessor for native JPS
execution.Constructor and Description |
---|
PageContentAssembler() |
Modifier and Type | Method and Description |
---|---|
String |
getContent(int publicationId,
int pageId)
Getting rendered content for specific page determined by publication id and page id.
|
String |
getContent(int publicationId,
int pageId,
Map<String,String> variables)
Getting rendered content for specific page determined by publication id and page id.
|
String |
getContent(String pageURI)
Get rendered content for specified page URI.
|
String |
getContent(String pageURI,
Map<String,String> variables)
Get rendered content for specified page URI and passed in variable maps.
|
public String getContent(String pageURI)
pageURI
- Page URI.public String getContent(String pageURI, Map<String,String> variables)
pageURI
- Page URI.variables
- Map containing variables, values pairs.
These variables will be replaces with values during processing time.public String getContent(int publicationId, int pageId)
publicationId
- Publication identifier.pageId
- Page identifier.public String getContent(int publicationId, int pageId, Map<String,String> variables)
publicationId
- Publication identifier.pageId
- Page identifier.variables
- Map containing variables,values pairs. These variables will be replaces with
values during processing time.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries