|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Page | |
---|---|
org.apache.jetspeed.decoration | |
org.apache.jetspeed.layout | |
org.apache.jetspeed.om.folder | |
org.apache.jetspeed.om.page | This package represents an Object Model for manipulating portal "pages" describing the layout process for a specific page to the aggregation engine. |
org.apache.jetspeed.page | |
org.apache.jetspeed.portalsite |
Uses of Page in org.apache.jetspeed.decoration |
---|
Methods in org.apache.jetspeed.decoration with parameters of type Page | |
---|---|
Decoration |
DecorationFactory.getDecoration(Page page,
Fragment fragment,
RequestContext requestContext)
Returns a Decoration for a specific Fragment contained
within the specified Page . |
Theme |
DecorationFactory.getTheme(Page page,
RequestContext requestContext)
Returns a theme containing all of the Decorations for all of the layouts on the current page. |
void |
Theme.init(Page page,
DecorationFactory decoration,
RequestContext context)
Initialize a page theme |
Uses of Page in org.apache.jetspeed.layout |
---|
Methods in org.apache.jetspeed.layout that return Page | |
---|---|
Page |
JetspeedPowerTool.getPage()
|
Page |
PortletPlacementContext.syncPageFragments()
Takes the internal portlet placement state and writes it back out to the root fragment for the managed page layout. |
Uses of Page in org.apache.jetspeed.om.folder |
---|
Methods in org.apache.jetspeed.om.folder that return Page | |
---|---|
Page |
Folder.getPage(String name)
getPage |
Uses of Page in org.apache.jetspeed.om.page |
---|
Subinterfaces of Page in org.apache.jetspeed.om.page | |
---|---|
interface |
ContentPage
PageFragment is a volatile wrapper around a Page metadata
object for use in rendering. |
Uses of Page in org.apache.jetspeed.page |
---|
Methods in org.apache.jetspeed.page that return Page | |
---|---|
Page |
PageManager.copyPage(Page source,
String path)
Copy the source page creating and returning a new copy of the page with the same portlet and fragment collection as the source All fragments are created with new fragment ids |
Page |
PageManager.getPage(Folder folder,
String name)
getPage |
Page |
PageManager.getPage(String path)
getPage |
Page |
PageManager.getUserPage(String userName,
String pageName)
Retrieve a page for the given user name and page name |
Page |
PageManager.newPage(String path)
Creates a new empty Page instance |
Methods in org.apache.jetspeed.page with parameters of type Page | |
---|---|
int |
PageManager.addPages(Page[] pages)
|
Page |
PageManager.copyPage(Page source,
String path)
Copy the source page creating and returning a new copy of the page with the same portlet and fragment collection as the source All fragments are created with new fragment ids |
void |
PageManager.removePage(Page page)
Remove a document. |
void |
PageManager.updatePage(Page page)
Update a page in persistent storage |
Uses of Page in org.apache.jetspeed.portalsite |
---|
Methods in org.apache.jetspeed.portalsite that return Page | |
---|---|
Page |
PortalSiteRequestContext.getManagedPage()
getManagedPage - get request profiled concrete page instance as managed by the page manager |
Page |
PortalSiteRequestContext.getPage()
getPage - get request profiled page proxy |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |