|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FragmentDefinition | |
---|---|
org.apache.jetspeed.om.folder | |
org.apache.jetspeed.page |
Uses of FragmentDefinition in org.apache.jetspeed.om.folder |
---|
Methods in org.apache.jetspeed.om.folder that return FragmentDefinition | |
---|---|
FragmentDefinition |
Folder.getFragmentDefinition(java.lang.String name)
getFragmentDefinition |
Uses of FragmentDefinition in org.apache.jetspeed.page |
---|
Methods in org.apache.jetspeed.page that return FragmentDefinition | |
---|---|
FragmentDefinition |
PageManager.copyFragmentDefinition(FragmentDefinition source,
java.lang.String path)
Copy the source fragment definition creating and returning a new copy of the fragment definition with the same portlet and fragment collection as the source. |
FragmentDefinition |
PageManager.copyFragmentDefinition(FragmentDefinition source,
java.lang.String path,
boolean copyIds)
Copy the source fragment definition creating and returning a new copy of the fragment definition with the same portlet and fragment collection as the source. |
FragmentDefinition |
PageManager.getFragmentDefinition(Folder folder,
java.lang.String name)
getFragmentDefinition |
FragmentDefinition |
PageManager.getFragmentDefinition(java.lang.String path)
getFragmentDefinition |
FragmentDefinition |
PageManager.newFragmentDefinition(java.lang.String path)
Creates a new empty FragmentDefinition instance |
Methods in org.apache.jetspeed.page with parameters of type FragmentDefinition | |
---|---|
FragmentDefinition |
PageManager.copyFragmentDefinition(FragmentDefinition source,
java.lang.String path)
Copy the source fragment definition creating and returning a new copy of the fragment definition with the same portlet and fragment collection as the source. |
FragmentDefinition |
PageManager.copyFragmentDefinition(FragmentDefinition source,
java.lang.String path,
boolean copyIds)
Copy the source fragment definition creating and returning a new copy of the fragment definition with the same portlet and fragment collection as the source. |
void |
PageManager.removeFragmentDefinition(FragmentDefinition fragmentDefinition)
Remove a fragment definition. |
void |
PageManager.updateFragmentDefinition(FragmentDefinition fragmentDefinition)
Update a fragment definition in persistent storage |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |