com.gentics.api.contentnode.parttype
Interface ExtensiblePartType

All Known Implementing Classes:
AbstractExtensiblePartType

public interface ExtensiblePartType

Interface for extended parttypes


Method Summary
 void cleanAfterRender()
          Perform cleanup operations after rendering.
 String render()
          Render the parttype
 

Method Detail

render

String render()
              throws com.gentics.api.lib.exception.NodeException
Render the parttype

Returns:
rendered content of the parttype
Throws:
com.gentics.api.lib.exception.NodeException - when the parttype could not be rendered

cleanAfterRender

void cleanAfterRender()
Perform cleanup operations after rendering. When overwriting this method, make sure to call cleanAfterRender().



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.