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 -
Method Summary
Modifier and TypeMethodDescriptionProvide the contextual items for the given page.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.ComponentContextProvider
present
-
Constructor Details
-
EmptyProvider
public EmptyProvider()
-
-
Method Details
-
provide
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.
-