nl.gx.webmanager.wcb.treeaction.panel
Class PrintablePageBranchFactory

java.lang.Object
  extended by nl.gx.webmanager.wcb.treeaction.panel.PrintablePageBranchFactory

public class PrintablePageBranchFactory
extends java.lang.Object

This class is a factory for generating lists from branches of our page structure.


Nested Class Summary
static class PrintablePageBranchFactory.NameValuePairImpl
          This class represents name/value pairs, that can be used as arguments for a template call.
 
Constructor Summary
PrintablePageBranchFactory(nl.gx.webmanager.services.templates.TemplateRunner templateRunner, SessionManager sessionManager, AuthorizationService authorizationService, ActionCommand ac)
           
 
Method Summary
 java.util.List<PrintablePage> printablePages(Page page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintablePageBranchFactory

public PrintablePageBranchFactory(nl.gx.webmanager.services.templates.TemplateRunner templateRunner,
                                  SessionManager sessionManager,
                                  AuthorizationService authorizationService,
                                  ActionCommand ac)
Parameters:
templateRunner -
sessionManager -
authorizationService -
Method Detail

printablePages

public java.util.List<PrintablePage> printablePages(Page page)
Parameters:
page - from which the branch is generated
Returns:
the list


Copyright © 2007-2011 GX Software BV. All Rights Reserved.