Class ComponentContextProvider.EmptyProvider
- java.lang.Object
-
- org.fenixedu.cms.domain.component.ComponentContextProvider.EmptyProvider
-
- All Implemented Interfaces:
ComponentContextProvider<Object>
- Enclosing interface:
- ComponentContextProvider<T>
public static class ComponentContextProvider.EmptyProvider extends Object implements ComponentContextProvider<Object>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fenixedu.cms.domain.component.ComponentContextProvider
ComponentContextProvider.EmptyProvider
-
-
Constructor Summary
Constructors Constructor Description EmptyProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Object>provide(Page page)Provide the contextual items for the given page.-
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.ComponentContextProvider
present
-
-
-
-
Method Detail
-
provide
public Collection<Object> provide(Page page)
Description copied from interface:ComponentContextProviderProvide the contextual items for the given page.- Specified by:
providein interfaceComponentContextProvider<Object>- Parameters:
page- The page in which the component will be inserted.- Returns:
- The options for the given slot.
-
-