Class HttpRequest.GetParameter

java.lang.Object
ca.uqac.lif.cep.functions.Function
ca.uqac.lif.cep.functions.UnaryFunction<HttpRequest,String>
ca.uqac.lif.cep.apache.HttpRequest.GetParameter
All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable, ca.uqac.lif.cep.functions.DuplicableFunction
Enclosing class:
HttpRequest

public static class HttpRequest.GetParameter extends ca.uqac.lif.cep.functions.UnaryFunction<HttpRequest,String>
Function to get the path of an HTTP request
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    The name of the parameter to get

    Fields inherited from class ca.uqac.lif.cep.functions.Function

    s_maxInputArity
  • Constructor Summary

    Constructors
    Constructor
    Description
    GetParameter(String parameter_name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class ca.uqac.lif.cep.functions.UnaryFunction

    duplicate, evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, reset

    Methods inherited from class ca.uqac.lif.cep.functions.Function

    duplicate, evaluate, evaluate, evaluateLazy, evaluatePartial, printState, readState

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • m_parameterName

      protected String m_parameterName
      The name of the parameter to get
  • Constructor Details

    • GetParameter

      public GetParameter(String parameter_name)
  • Method Details