Documentation Center

API changes in DXA 1.3

A number of classes, interfaces, properties and methods have moved or been replaced in SDL Digital Experience Accelerator 1.3

ValueNature of change
com.sdl.webapp.common.api.model.MvcDataImplReplaced with com.sdl.webapp.common.api.model.MvcDataImpl
Boolean containsKey(String name);Replaced withboolean containsName(String name);
boolean getHasNoLocalization();Replaced withboolean isNoLocalization();
void setHasNoLocalization(boolean value);Replaced withvoid setNoLocalization(boolean value);
boolean getIsInclude();Replaced withboolean isInclude();
void setIsInclude(boolean value);Replaced withvoid setInclude(boolean value);
protected ViewModel enrichModel(ViewModel model) throws Exception {Replaced with protected ViewModel enrichModel(ViewModel model, HttpServletRequest httpServletRequest) throws Exception {
protected EntityModel enrichEntityModel(EntityModel entity) {Replaced with protected EntityModel enrichEntityModel(EntityModel entity, HttpServletRequest request) {
public B withContent(HtmlNode node)Replaced with public B withNode(HtmlNode node)
public B withContent(String text)Replaced with public B withTextualContent(String text)
public B withLiteralContent(String text)Replaced with public B withPureHtmlContent(String text)
public class GenericMediaHelper implements MediaHelperReplaced with public class DefaultMediaHelper implements MediaHelper