org.apache.sirona.reporting.web.handler.internal
Class Invoker

java.lang.Object
  extended by org.apache.sirona.reporting.web.handler.internal.Invoker

public class Invoker
extends Object


Nested Class Summary
protected static class Invoker.IntSegmentExtractor
           
protected static class Invoker.LongSegmentExtractor
           
protected static interface Invoker.ParameterExtractor<T>
           
protected static class Invoker.RequestExtractor
           
protected static class Invoker.ResponseExtractor
           
protected static class Invoker.StringArraySegmentExtractor
           
protected static class Invoker.StringSegmentExtractor
           
protected static class Invoker.TemplateHelperExtractor
           
 
Field Summary
static String TEXT_HTML
           
 
Constructor Summary
Invoker(Object instance, Method method, String name)
           
 
Method Summary
 void addRequestParameter()
           
 void addResponseParameter()
           
 void addSegmentParameter(Class<?> clazz, int partIdx)
           
 void addTemplateHelper(String plugin)
           
 void invoke(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Matcher matcher)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEXT_HTML

public static final String TEXT_HTML
See Also:
Constant Field Values
Constructor Detail

Invoker

public Invoker(Object instance,
               Method method,
               String name)
Method Detail

invoke

public void invoke(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response,
                   Matcher matcher)

addRequestParameter

public void addRequestParameter()

addResponseParameter

public void addResponseParameter()

addTemplateHelper

public void addTemplateHelper(String plugin)

addSegmentParameter

public void addSegmentParameter(Class<?> clazz,
                                int partIdx)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.