META-INF.resources.WEB-INF.Views.TridionDocsMashup.Entity.Topic.jsp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dxa-module-tridion-docs-mashup Show documentation
Show all versions of dxa-module-tridion-docs-mashup Show documentation
Implementation of DXA Tridion Docs Mashup module
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ page import="com.sdl.dxa.modules.docs.mashup.models.widgets.Topic" %>
<%@ taglib prefix="dxa" uri="http://www.sdl.com/tridion-dxa" %>
<% if(entity.getHtmlClasses() == null) { %>
<% } else { %>
<% } %>
<% if (entity.getNestedTopics() != null) { %>
<% for (Topic nestedTopic : entity.getNestedTopics()) { %>
<% } %>
<% } %>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy