|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Page | |
---|---|
org.apache.jetspeed.container.state.impl | |
org.apache.jetspeed.decoration | |
org.apache.jetspeed.layout | |
org.apache.jetspeed.layout.impl | |
org.apache.jetspeed.om.folder | |
org.apache.jetspeed.om.folder.impl | |
org.apache.jetspeed.om.folder.proxy | |
org.apache.jetspeed.om.folder.psml | |
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.om.page.impl | |
org.apache.jetspeed.om.page.proxy | |
org.apache.jetspeed.page | |
org.apache.jetspeed.page.impl | |
org.apache.jetspeed.page.psml | |
org.apache.jetspeed.portalsite | |
org.apache.jetspeed.portalsite.impl | |
org.apache.jetspeed.portalsite.view | |
org.apache.jetspeed.portlets.layout | |
org.apache.jetspeed.portlets.selector | |
org.apache.jetspeed.velocity |
Uses of Page in org.apache.jetspeed.container.state.impl |
---|
Methods in org.apache.jetspeed.container.state.impl with parameters of type Page | |
---|---|
void |
PortletWindowSessionNavigationalStates.changeAllPortletsToViewModeAndNormalWindowState(RequestContext context,
Page page,
PortletWindowRequestNavigationalStates requestStates,
JetspeedContentCache cache,
JetspeedContentCache decorationCache)
|
protected java.util.Map |
PortletWindowSessionNavigationalStates.getWindowStates(Page page)
|
void |
PortletWindowSessionNavigationalStates.sync(RequestContext context,
Page page,
PortletWindowRequestNavigationalStates requestStates,
JetspeedContentCache cache,
JetspeedContentCache decorationCache)
|
Uses of Page in org.apache.jetspeed.decoration |
---|
Methods in org.apache.jetspeed.decoration that return Page | |
---|---|
Page |
PageTheme.getPage()
|
Methods in org.apache.jetspeed.decoration with parameters of type Page | |
---|---|
protected boolean |
PageActionAccess.checkEditPage(Page page)
|
void |
PageActionAccess.checkReset(boolean anonymous,
Page page)
|
Decoration |
DecorationFactoryImpl.getDecoration(Page page,
Fragment fragment,
RequestContext requestContext)
|
Decoration |
DecorationFactory.getDecoration(Page page,
Fragment fragment,
RequestContext requestContext)
Returns a Decoration for a specific Fragment contained
within the specified Page . |
protected java.lang.String |
DecorationFactoryImpl.getDefaultDecorationName(Fragment fragment,
Page page)
Returns a the default decoration name for the specific Fragment type. |
Theme |
DecorationFactoryImpl.getTheme(Page page,
RequestContext requestContext)
|
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 |
PageTheme.init(Page page,
DecorationFactory decoration,
RequestContext context)
|
void |
Theme.init(Page page,
DecorationFactory decoration,
RequestContext context)
Initialize a page theme |
Constructors in org.apache.jetspeed.decoration with parameters of type Page | |
---|---|
PageActionAccess(boolean anonymous,
Page page)
|
|
PageTheme(Page page,
DecorationFactory decorationFactory,
RequestContext requestContext)
|
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.layout.impl |
---|
Fields in org.apache.jetspeed.layout.impl declared as Page | |
---|---|
protected Page |
PortletPlacementContextImpl.page
|
Methods in org.apache.jetspeed.layout.impl that return Page | |
---|---|
protected Page |
GetPageAction.retrievePage(RequestContext requestContext,
java.lang.String pageName)
|
Page |
PortletPlacementContextImpl.syncPageFragments()
Takes the internal portlet placement state and stores back out to fragment state |
Methods in org.apache.jetspeed.layout.impl with parameters of type Page | |
---|---|
protected int |
UpdatePageAction.addFragment(RequestContext requestContext,
java.util.Map resultMap,
Page page,
java.lang.String parentFragmentId,
java.lang.String layout)
|
Fragment |
BasePortletAction.getFragmentIdFromLocation(int row,
int column,
Page page)
|
Fragment |
BaseUserAction.getFragmentIdFromLocation(int row,
int column,
Page page)
|
Fragment |
NestedFragmentContext.getFragmentOnNewPage(Page newPage,
PortletRegistry registry)
|
protected int |
UpdatePageAction.removeFragment(RequestContext requestContext,
java.util.Map resultMap,
Page page,
java.lang.String fragmentId)
|
protected int |
UpdatePageAction.updateFragment(RequestContext requestContext,
java.util.Map resultMap,
Page page,
java.lang.String fragmentId,
java.lang.String layout)
|
protected int |
UpdatePageAction.updatePortletDecorator(RequestContext requestContext,
java.util.Map resultMap,
Page page,
java.lang.String fragmentId,
java.lang.String portletDecorator)
|
Constructors in org.apache.jetspeed.layout.impl with parameters of type Page | |
---|---|
NestedFragmentContext(Fragment targetFragment,
Page page,
PortletRegistry registry)
|
|
PortletPlacementContextImpl(Page page,
PortletRegistry registry)
|
|
PortletPlacementContextImpl(Page page,
PortletRegistry registry,
Fragment container)
|
Uses of Page in org.apache.jetspeed.om.folder |
---|
Methods in org.apache.jetspeed.om.folder that return Page | |
---|---|
Page |
Folder.getPage(java.lang.String name)
getPage |
Uses of Page in org.apache.jetspeed.om.folder.impl |
---|
Methods in org.apache.jetspeed.om.folder.impl that return Page | |
---|---|
Page |
FolderImpl.getPage(java.lang.String name)
|
Uses of Page in org.apache.jetspeed.om.folder.proxy |
---|
Methods in org.apache.jetspeed.om.folder.proxy that return Page | |
---|---|
Page |
FolderProxy.getPage(java.lang.Object proxy,
java.lang.String name)
getPage - proxy implementation of Folder.getPage() |
Uses of Page in org.apache.jetspeed.om.folder.psml |
---|
Methods in org.apache.jetspeed.om.folder.psml that return Page | |
---|---|
Page |
FolderImpl.getPage(java.lang.String name)
|
Page |
FolderImpl.getPage(java.lang.String name,
boolean checkAccess)
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. |
Classes in org.apache.jetspeed.om.page that implement Page | |
---|---|
class |
ContentPageImpl
|
Methods in org.apache.jetspeed.om.page that return Page | |
---|---|
Page |
ContentPageImpl.getPage()
getPage - access wrapped page |
Constructors in org.apache.jetspeed.om.page with parameters of type Page | |
---|---|
ContentPageImpl(Page page)
|
Uses of Page in org.apache.jetspeed.om.page.impl |
---|
Classes in org.apache.jetspeed.om.page.impl that implement Page | |
---|---|
class |
PageImpl
PageImpl |
Uses of Page in org.apache.jetspeed.om.page.proxy |
---|
Methods in org.apache.jetspeed.om.page.proxy that return Page | |
---|---|
Page |
PageProxy.getPage()
getPage - get proxy delegate page instance |
static Page |
PageProxy.newInstance(SiteView view,
java.lang.String locatorName,
Folder parentFolder,
Page page)
newInstance - creates a new proxy instance that implements the Page interface |
Methods in org.apache.jetspeed.om.page.proxy with parameters of type Page | |
---|---|
static Page |
PageProxy.newInstance(SiteView view,
java.lang.String locatorName,
Folder parentFolder,
Page page)
newInstance - creates a new proxy instance that implements the Page interface |
Uses of Page in org.apache.jetspeed.page |
---|
Methods in org.apache.jetspeed.page that return Page | |
---|---|
Page |
AbstractPageManager.copyPage(Page source,
java.lang.String path)
|
Page |
PageManager.copyPage(Page source,
java.lang.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 |
DelegatingPageManager.getPage(Folder folder,
java.lang.String name)
|
Page |
PageManager.getPage(Folder folder,
java.lang.String name)
getPage |
Page |
DelegatingPageManager.getPage(java.lang.String id)
|
Page |
PageManager.getPage(java.lang.String path)
getPage |
Page |
AbstractPageManager.getUserPage(java.lang.String userName,
java.lang.String pageName)
|
Page |
PageManager.getUserPage(java.lang.String userName,
java.lang.String pageName)
Retrieve a page for the given user name and page name |
Page |
AbstractPageManager.newPage(java.lang.String path)
|
Page |
PageManager.newPage(java.lang.String path)
Creates a new empty Page instance |
Methods in org.apache.jetspeed.page with parameters of type Page | |
---|---|
int |
DelegatingPageManager.addPages(Page[] pages)
|
int |
PageManager.addPages(Page[] pages)
|
Page |
AbstractPageManager.copyPage(Page source,
java.lang.String path)
|
Page |
PageManager.copyPage(Page source,
java.lang.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 |
DelegatingPageManager.removePage(Page page)
|
void |
PageManager.removePage(Page page)
Remove a document. |
void |
DelegatingPageManager.updatePage(Page page)
|
void |
PageManager.updatePage(Page page)
Update a page in persistent storage |
Uses of Page in org.apache.jetspeed.page.impl |
---|
Methods in org.apache.jetspeed.page.impl that return Page | |
---|---|
Page |
DatabasePageManager.copyPage(Page source,
java.lang.String path)
|
Page |
DatabasePageManager.getPage(Folder folder,
java.lang.String name)
|
Page |
DatabasePageManager.getPage(java.lang.String path)
|
Page |
DatabasePageManager.getUserPage(java.lang.String userName,
java.lang.String pageName)
|
Page |
DatabasePageManager.newPage(java.lang.String path)
|
Methods in org.apache.jetspeed.page.impl with parameters of type Page | |
---|---|
int |
DatabasePageManager.addPages(Page[] pages)
|
Page |
DatabasePageManager.copyPage(Page source,
java.lang.String path)
|
void |
DatabasePageManager.removePage(Page page)
|
void |
DatabasePageManager.updatePage(Page page)
|
Uses of Page in org.apache.jetspeed.page.psml |
---|
Methods in org.apache.jetspeed.page.psml that return Page | |
---|---|
Page |
CastorXmlPageManager.copy(Page source)
|
Page |
CastorXmlPageManager.getPage(Folder folder,
java.lang.String name)
|
Page |
CastorXmlPageManager.getPage(java.lang.String path)
getPage |
Methods in org.apache.jetspeed.page.psml with parameters of type Page | |
---|---|
int |
CastorXmlPageManager.addPages(Page[] pages)
|
Page |
CastorXmlPageManager.copy(Page source)
|
void |
CastorXmlPageManager.removePage(Page page)
removePage |
void |
CastorXmlPageManager.updatePage(Page page)
updatePage |
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 |
Uses of Page in org.apache.jetspeed.portalsite.impl |
---|
Methods in org.apache.jetspeed.portalsite.impl that return Page | |
---|---|
Page |
PortalSiteRequestContextImpl.getManagedPage()
getManagedPage - get request profiled concrete page instance as managed by the page manager |
Page |
PortalSiteSessionContextImpl.getManagedPage(Page page)
getManagedPage - get concrete page instance from page proxy |
Page |
PortalSiteRequestContextImpl.getPage()
getPage - get request profiled page proxy |
Page |
PortalSiteSessionContextImpl.selectRequestPage(java.util.Map requestProfileLocators,
boolean requestFallback,
boolean useHistory)
selectRequestPage - select page proxy for request given profile locators |
Methods in org.apache.jetspeed.portalsite.impl with parameters of type Page | |
---|---|
Page |
PortalSiteSessionContextImpl.getManagedPage(Page page)
getManagedPage - get concrete page instance from page proxy |
Uses of Page in org.apache.jetspeed.portalsite.view |
---|
Methods in org.apache.jetspeed.portalsite.view that return Page | |
---|---|
Page |
SiteView.getManagedPage(Page page)
getManagedPage - get concrete page instance from page proxy; implemented here to hide view proxy manipulation from more general portal site implementation |
Methods in org.apache.jetspeed.portalsite.view with parameters of type Page | |
---|---|
Page |
SiteView.getManagedPage(Page page)
getManagedPage - get concrete page instance from page proxy; implemented here to hide view proxy manipulation from more general portal site implementation |
Uses of Page in org.apache.jetspeed.portlets.layout |
---|
Methods in org.apache.jetspeed.portlets.layout with parameters of type Page | |
---|---|
protected void |
LayoutPortlet.addPortletToPage(Page page,
Fragment root,
java.lang.String portletId)
|
java.lang.String |
LayoutPortlet.decorateAndInclude(javax.portlet.RenderRequest request,
Fragment fragment,
Page page)
|
protected int |
MultiColumnPortlet.getFragmentNestingLevel(Page page,
java.lang.String fragmentId)
|
protected void |
LayoutPortlet.removeFragment(Page page,
Fragment root,
java.lang.String fragmentId)
|
Constructors in org.apache.jetspeed.portlets.layout with parameters of type Page | |
---|---|
PageManagerLayoutEventListener(PageManager pageManager,
Page page,
java.lang.String layoutType)
|
Uses of Page in org.apache.jetspeed.portlets.selector |
---|
Methods in org.apache.jetspeed.portlets.selector that return Page | |
---|---|
protected Page |
CategoryPortletSelector.getPage(javax.portlet.RenderRequest request)
|
Uses of Page in org.apache.jetspeed.velocity |
---|
Methods in org.apache.jetspeed.velocity that return Page | |
---|---|
Page |
JetspeedPowerToolImpl.getPage()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |