Just because we never intended to provide a fully functional portal and
so we didn't bother adding it. I don't think that anyone would have a
problem adding it. . .so feel free to submit a jira ticket and/or a patch.
David
Ajay Panagariya wrote:
Hi,
Is there a way to remove pages in Pluto? There is an addPage in the
org.apache.pluto.driver.services.portal.RenderConfig class, but no
removePage.
addPage looks as follows in RenderConfig.java :
public void addPage(PageConfig config) {
config.setOrderNumber(orderNumberCounter++);
pages.put(config.getName(), config);
}
Is there some greater reason that a removePage(..) method doesn't exist,
that maybe I'm missing?
-Ajay