org.jasig.portal.layout.dlm
Class LPAResetParameter
java.lang.Object
org.jasig.portal.layout.dlm.LPAResetParameter
- All Implemented Interfaces:
- ILayoutProcessingAction
public class LPAResetParameter
- extends Object
- implements ILayoutProcessingAction
Layout processing to reset a channel parameter to the value specified by the
owning fragment.
- Author:
- Mark Boyd
|
Method Summary |
void |
perform()
Reset the parameter to not override the value specified by a fragment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
perform
public void perform()
throws PortalException
- Reset the parameter to not override the value specified by a fragment.
This is done by removing the parm edit in the PLF and setting the value
in the ILF to the passed-in fragment value.
- Specified by:
perform in interface ILayoutProcessingAction
- Throws:
PortalException
Copyright © 2010 Jasig. All Rights Reserved.