Class IterationController

java.lang.Object
com.axemble.easysite.mvc.controllers.AbstractContentNodeController
com.axemble.easysite.mvc.controllers.AbstractBlockController
com.axemble.vdoc.sdk.impl.base.BaseBlockController
com.axemble.vdoc.sdk.layouts.builders.iteration.IterationController
All Implemented Interfaces:
com.axemble.easysite.mvc.controllers.IBlockController, com.axemble.easysite.mvc.controllers.IContentNodeController, IBlockController, IContentComponentController, IController, Serializable

public class IterationController extends com.axemble.vdoc.sdk.impl.base.BaseBlockController
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IBlockController

    IBlockController.IRenderOptions
  • Field Summary

    Fields inherited from class com.axemble.easysite.mvc.controllers.AbstractBlockController

    log, modelAndViewList

    Fields inherited from class com.axemble.easysite.mvc.controllers.AbstractContentNodeController

    instance, view

    Fields inherited from interface com.axemble.easysite.mvc.controllers.IContentNodeController

    CONTEXTS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected int
     
    protected void
    Allows to set some values to the
    invalid reference
    IRenderModule
    object.
    protected void
    processEvent(String eventName, String eventValue)
    Allows to handle events.
    protected void
     

    Methods inherited from class com.axemble.vdoc.sdk.impl.base.BaseBlockController

    doHandleEvent, doHandleForm, evaluateBookmarks, getBlock, getBlockContext, getSiteModule, prepareContentNode, prepareModel

    Methods inherited from class com.axemble.easysite.mvc.controllers.AbstractBlockController

    getBlockContext, getBlockInstance, getModelAndViewList, setBlockInstance, setModelAndViewList

    Methods inherited from class com.axemble.easysite.mvc.controllers.AbstractContentNodeController

    buildDefaultModel, doHandlePagerEvent, finalize, getContentNodeContext, getContentNodeInstance, getView, prepareAlternateModel, setContentNodeInstance, setView

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.axemble.easysite.mvc.controllers.IContentNodeController

    getContentNodeInstance, getView, prepareAlternateModel, setContentNodeInstance, setView
  • Constructor Details

    • IterationController

      public IterationController()
  • Method Details

    • processEvent

      protected void processEvent(String eventName, String eventValue) throws Exception
      Description copied from class: com.axemble.vdoc.sdk.impl.base.BaseBlockController
      Allows to handle events.
      Specified by:
      processEvent in class com.axemble.vdoc.sdk.impl.base.BaseBlockController
      Parameters:
      eventName - The event name.
      eventValue - The event value.
      Throws:
      Exception - Default exception.
    • processForm

      protected void processForm() throws Exception
      Throws:
      Exception
    • prepareBlock

      protected int prepareBlock() throws Exception
      Overrides:
      prepareBlock in class com.axemble.vdoc.sdk.impl.base.BaseBlockController
      Throws:
      Exception
    • prepareModel

      protected void prepareModel(IRenderModel model) throws Exception
      Description copied from class: com.axemble.vdoc.sdk.impl.base.BaseBlockController
      Allows to set some values to the
      invalid reference
      IRenderModule
      object.
      Specified by:
      prepareModel in class com.axemble.vdoc.sdk.impl.base.BaseBlockController
      Parameters:
      model - The IRenderModel object.
      Throws:
      Exception - Default exception.