org.apache.jetspeed.page
Interface FragmentPropertyManagement
public interface FragmentPropertyManagement
Supplemental and optional service supported by Page Managers. Fragment Property lists can be manipulated with this interface
- Author:
- dtaylor
updateFragmentPropertyList
void updateFragmentPropertyList(BaseFragmentElement baseFragmentElement,
java.lang.String scope,
FragmentPropertyList transientList)
removeFragmentPropertyList
void removeFragmentPropertyList(BaseFragmentElement baseFragmentElement,
FragmentPropertyList transientList)
getFragmentPropertyList
FragmentPropertyList getFragmentPropertyList(BaseFragmentElement baseFragmentElement,
FragmentPropertyList transientList)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.