Uses of Interface
de.hybris.platform.commons.translator.prerenderers.Prerenderer
-
Packages that use Prerenderer Package Description de.hybris.platform.commons.translator -
-
Uses of Prerenderer in de.hybris.platform.commons.translator
Methods in de.hybris.platform.commons.translator that return types with arguments of type Prerenderer Modifier and Type Method Description java.util.List<Prerenderer>TranslatorConfiguration. getPrerendersList()getlist of all availablesPrerendererMethods in de.hybris.platform.commons.translator with parameters of type Prerenderer Modifier and Type Method Description voidTranslatorConfiguration. addPrerenderer(Prerenderer prerenderer)addPrerendererto list of prerenderersMethod parameters in de.hybris.platform.commons.translator with type arguments of type Prerenderer Modifier and Type Method Description voidTranslatorConfiguration. setPrerendersList(java.util.List<Prerenderer> prerendersList)setlist ofs that would be usedin this configurationPrerenderer
-