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
