Class ListOfCategories
java.lang.Object
org.fenixedu.cms.domain.component.ListOfCategories
- All Implemented Interfaces:
CMSComponent
Component that lists all the
Category of a given site.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(Page page, TemplateContext local, TemplateContext global) Provides the necessary info needed to render the component on a given page and context.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fenixedu.cms.domain.component.CMSComponent
externalize
-
Constructor Details
-
ListOfCategories
public ListOfCategories()
-
-
Method Details
-
handle
Description copied from interface:CMSComponentProvides the necessary info needed to render the component on a given page and context.- Specified by:
handlein interfaceCMSComponent- Parameters:
page- the page where the component will be rendered.local- local context for the component.global- global context where the component is being rendered.
-