public class DefaultAdditionalInformationFrameworkFacade extends java.lang.Object implements AdditionalInformationFrameworkFacade
AdditionalInformationFrameworkFacade| Constructor and Description |
|---|
DefaultAdditionalInformationFrameworkFacade() |
| Modifier and Type | Method and Description |
|---|---|
Fragment |
getFragment(java.lang.String sectionId,
java.lang.String fragmentId,
java.util.Map<java.lang.String,java.lang.String> parameters)
Retrieves a fragment based on section id and fragment id with provided parameters
|
protected java.util.Map<java.lang.String,java.lang.String> |
getJspProvidersMap() |
protected java.util.Map<java.lang.String,FragmentModelProvider> |
getModelProvidersMap() |
Section |
getSection(java.lang.String sectionId)
Retrieves full section information based on section Id
|
java.util.List<Section> |
getSections()
Return list of sections , this mainly will be used to getting section meta info
|
void |
setJspProvidersMap(java.util.Map<java.lang.String,java.lang.String> jspProvidersMap) |
void |
setModelProvidersMap(java.util.Map<java.lang.String,FragmentModelProvider> modelProvidersMap) |
void |
setSections(java.util.List<Section> sections) |
public DefaultAdditionalInformationFrameworkFacade()
public java.util.List<Section> getSections()
AdditionalInformationFrameworkFacadegetSections in interface AdditionalInformationFrameworkFacadepublic Section getSection(java.lang.String sectionId)
AdditionalInformationFrameworkFacadegetSection in interface AdditionalInformationFrameworkFacadesectionId - the section Id to retrievepublic Fragment getFragment(java.lang.String sectionId, java.lang.String fragmentId, java.util.Map<java.lang.String,java.lang.String> parameters)
AdditionalInformationFrameworkFacadegetFragment in interface AdditionalInformationFrameworkFacadesectionId - the section to fetch the fragment fromfragmentId - the fragment Idparameters - parameters to be passedpublic void setSections(java.util.List<Section> sections)
protected java.util.Map<java.lang.String,FragmentModelProvider> getModelProvidersMap()
public void setModelProvidersMap(java.util.Map<java.lang.String,FragmentModelProvider> modelProvidersMap)
protected java.util.Map<java.lang.String,java.lang.String> getJspProvidersMap()
public void setJspProvidersMap(java.util.Map<java.lang.String,java.lang.String> jspProvidersMap)
Copyright © 2018 SAP SE. All Rights Reserved.