com.gentics.api.portalnode.imp
Interface GenticsStatefulImpInterface

All Superinterfaces:
GenticsImpInterface

public interface GenticsStatefulImpInterface
extends GenticsImpInterface

Interface for imps which store context-related data. Data which is modified while using the imp must be properly resetted.


Method Summary
 void reset()
          Reset all private variables and settings to their default values.
 
Methods inherited from interface com.gentics.api.portalnode.imp.GenticsImpInterface
getImpId, init
 

Method Detail

reset

void reset()
Reset all private variables and settings to their default values. The reset() method is called, after an imp is not used anymore to undo any user modifications.



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.