Class ObjectivesComponent

java.lang.Object
org.fenixedu.learning.domain.executionCourse.components.BaseExecutionCourseComponent
org.fenixedu.learning.domain.executionCourse.components.ObjectivesComponent
All Implemented Interfaces:
org.fenixedu.cms.domain.component.CMSComponent

public class ObjectivesComponent extends BaseExecutionCourseComponent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.fenixedu.cms.domain.Page page, org.fenixedu.cms.rendering.TemplateContext componentContext, org.fenixedu.cms.rendering.TemplateContext globalContext)
     

    Methods inherited from class org.fenixedu.learning.domain.executionCourse.components.BaseExecutionCourseComponent

    supportsSite

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.fenixedu.cms.domain.component.CMSComponent

    externalize
  • Constructor Details

    • ObjectivesComponent

      public ObjectivesComponent()
  • Method Details

    • handle

      public void handle(org.fenixedu.cms.domain.Page page, org.fenixedu.cms.rendering.TemplateContext componentContext, org.fenixedu.cms.rendering.TemplateContext globalContext)