public class PageRegistry
extends java.lang.Object
PageRegistryService
implementation.| Constructor and Description |
|---|
PageRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addFragment(Fragment fragment)
Add a fragment to the page registry
|
static Fragment |
getFragment(java.lang.String id)
Returns the fragment with the given id
return the fragment object with this id
|
static RootFragment |
getRootFragment()
Returns the description of the complete portal site
|
static void |
setRootFragment() |
public static RootFragment getRootFragment()
public static Fragment getFragment(java.lang.String id)
public static void addFragment(Fragment fragment) throws java.lang.Exception
fragment - the fragment to addjava.lang.Exceptionpublic static void setRootFragment()
Copyright © 2003-2013 . All Rights Reserved.