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 Link icon

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

    IBlockController.IRenderOptions
  • Field Summary Link icon

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

    log, modelAndViewList

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

    instance, view

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

    CONTEXTS
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    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 Link icon

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

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

    getBlockContext, getBlockInstance, getModelAndViewList, setBlockInstance, setModelAndViewList

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

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

    Methods inherited from class java.lang.Object Link icon

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

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

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

    • IterationController Link icon

      public IterationController()
  • Method Details Link icon

    • processEvent Link icon

      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 Link icon

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

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

      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.