Add objects to be used in subsequent parsing
like getParsedContentAttribute, include, etc
this method adds all objects in the map to
the templateLogicContext, the method is protected
and is used by getTemplateController to pass on
the current context to the new controller if
persistedContext is true.
This is an attempt to make an TagLib for attempts to get a AssetThumbnailUrl:s from a content referenced by a component
in a JSP.
<%@ taglib uri="infoglue" prefix="infoglue" %>
This is an attempt to make an TagLib for attempts to get a AssetUrl:s from a content referenced by a component
in a JSP.
<%@ taglib uri="infoglue" prefix="infoglue" %>
This is the most basic template controller supplying the templates using it with
methods to fetch contents, structure and other suff needed for a site.