portal.core.render
Class GraphicsDevice

java.lang.Object
  extended byportal.core.render.GraphicsDevice
All Implemented Interfaces:
java.io.Serializable

public class GraphicsDevice
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GraphicsDevice()
           
 
Method Summary
 ActionMap getActionMap()
           
 ResourceMap getResourceMap()
           
 SystemDesktop getSystemDesktop()
           
 UpdaterMap getUpdaterMap()
           
 void process(IHttpProcessContext context)
           
 void render(IHttpProcessContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsDevice

public GraphicsDevice()
Method Detail

getSystemDesktop

public SystemDesktop getSystemDesktop()

getUpdaterMap

public UpdaterMap getUpdaterMap()

getActionMap

public ActionMap getActionMap()

getResourceMap

public ResourceMap getResourceMap()

process

public void process(IHttpProcessContext context)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException

render

public void render(IHttpProcessContext context)
            throws RenderException
Throws:
RenderException