com.googlecode.webutilities.modules.ne
Class DirectivePair

java.lang.Object
  extended by com.googlecode.webutilities.modules.ne.DirectivePair

public class DirectivePair
extends Object


Constructor Summary
DirectivePair(PreChainDirective preChainDirective, PostChainDirective postChainDirective)
           
 
Method Summary
 PostChainDirective getPostChainDirective()
           
 PreChainDirective getPreChainDirective()
           
 ModuleRequest getRequest(javax.servlet.http.HttpServletRequest request)
           
 ModuleResponse getResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectivePair

public DirectivePair(PreChainDirective preChainDirective,
                     PostChainDirective postChainDirective)
Method Detail

getResponse

public ModuleResponse getResponse(javax.servlet.http.HttpServletRequest request,
                                  javax.servlet.http.HttpServletResponse response)

getRequest

public ModuleRequest getRequest(javax.servlet.http.HttpServletRequest request)

getPreChainDirective

public PreChainDirective getPreChainDirective()

getPostChainDirective

public PostChainDirective getPostChainDirective()


Copyright © 2011. All Rights Reserved.