Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.projectapollo.demo
Class RootPageBroker  view RootPageBroker download RootPageBroker.java

java.lang.Object
  extended byPageBroker
      extended byorg.projectapollo.demo.RootPageBroker

public class RootPageBroker
extends PageBroker

The RootPage Broker for ApolloDemo web application


Field Summary
private  java.util.Vector AS
           
 
Constructor Summary
RootPageBroker(ManagerTracker MT, java.lang.String fquid, PageBroker PB)
           
 
Method Summary
 HTTPResponse render(TransactionTracker TT, HTTPRequest req, WebSession thisSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AS

private java.util.Vector AS
Constructor Detail

RootPageBroker

public RootPageBroker(ManagerTracker MT,
                      java.lang.String fquid,
                      PageBroker PB)
               throws TemplatePageException
Method Detail

render

public HTTPResponse render(TransactionTracker TT,
                           HTTPRequest req,
                           WebSession thisSession)
                    throws ApolloException