19 package org.turro.contacts.www;
21 import java.io.IOException;
22 import org.turro.string.ObjectString;
23 import org.turro.elephant.context.ElephantContext;
24 import org.turro.elephant.context.IConstructor;
33 private String context, sclass, syndicationId, summaryTemplate, fullTemplate;
52 this.summaryTemplate = summaryTemplate;
56 this.fullTemplate = fullTemplate;
60 this.syndicationId = syndicationId;
64 this.constructor = constructor;
68 this.context = context;
72 this.count = (Integer) ObjectString.parseNativeString(count, Integer.class,
true);
static String getRootWebPath()
void setFullTemplate(String fullTemplate)
void setNavigatorBottom(boolean navigatorBottom)
void setSummaryTemplate(String summaryTemplate)
void setNavigatorTop(boolean navigatorTop)
void setOut(PrintWriter out)