org.juzu.request
Class RequestContext

java.lang.Object
  extended by org.juzu.request.RequestContext
Direct Known Subclasses:
ActionContext, MimeContext

public abstract class RequestContext
extends Object

Author:
Julien Viet

Constructor Summary
RequestContext(ControllerMethod method, ClassLoader classLoader)
           
 
Method Summary
 ClassLoader getClassLoader()
           
 ControllerMethod getMethod()
           
 Map<String,String[]> getParameters()
           
abstract  Phase getPhase()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestContext

public RequestContext(ControllerMethod method,
                      ClassLoader classLoader)
Method Detail

getMethod

public ControllerMethod getMethod()

getClassLoader

public ClassLoader getClassLoader()

getParameters

public Map<String,String[]> getParameters()

getPhase

public abstract Phase getPhase()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.