19 package org.turro.zul.portal.content;
21 import java.io.IOException;
22 import java.util.logging.Level;
23 import java.util.logging.Logger;
24 import org.jdom.Element;
25 import org.turro.elephant.context.Application;
26 import org.turro.elephant.context.ElephantContext;
27 import org.turro.elephant.context.IConstructor;
28 import org.turro.elephant.impl.feed.FeedMacro;
29 import org.turro.zul.portal.IPortalContent;
30 import org.zkoss.zul.Html;
42 root.setAttribute(
"feed", feed);
48 feed = root.getAttributeValue(
"feed");
57 }
catch (IOException ex) {
IConstructor getConstructor()
static Application getApplication()
static String logMsg(String msg)
static void writeFeed(IConstructor constructor, String feeds)
void getConfiguration(Element root)
void setConfiguration(Element root)
void setOut(PrintWriter out)