org.jasig.portal.layout.dlm
Class LPAResetAttribute

java.lang.Object
  extended by org.jasig.portal.layout.dlm.LPAResetAttribute
All Implemented Interfaces:
ILayoutProcessingAction

public class LPAResetAttribute
extends Object
implements ILayoutProcessingAction

Layout processing action to reset an attribute to the value specified by the owning fragment.

Author:
Mark Boyd

Method Summary
 void perform()
          Reset a 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
 

Method Detail

perform

public void perform()
             throws PortalException
Reset a 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.