19 package org.turro.alliance.www;
21 import org.turro.string.Strings;
22 import org.turro.alliance.content.AlliancePhaseDefinitions;
23 import org.turro.alliance.content.PhaseHtmlFilter;
24 import org.turro.alliance.content.ProjectContentIterator;
25 import org.turro.auth.Authentication;
26 import org.turro.dashboard.AbstractDaoDashboard;
27 import org.turro.elephant.context.ElephantContext;
28 import org.turro.jpa.iterator.DaoHtmlIterator;
29 import org.turro.jpa.search.DaoHtmlSearch;
42 String phaseTemplate =
getAttributes().getAttributeValue(
"attrib:phaseTemplate",
"");
49 if(!Strings.isBlank(phaseTemplate)) {
static AlliancePhaseDefinitions instance()
static PhaseHtmlFilter getInstance(IConstructor constructor, String context)
void setTemplate(String template)
DaoHtmlIterator initIterator()
static IContact getIContact()
DaoHtmlSearch getSearchEngine()
static String getContextVariable(IConstructor constructor)
AttributeSupport getAttributes()
IConstructor getConstructor()
void setAllowForum(boolean allowForum)
void setRestricted(boolean restricted)
void setNavigationTree(DaoHtmlTree navigationTree)
void fillTree(String path)
void setAttribute(IConstructor constructor, String attribute, Object value)
void setTagRoot(String tagRoot)