Class GroovyServerBridgeRequest

java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.connector.AbstractGroovyServerBridgeRequest
de.uplanet.lucy.server.connector.GroovyServerBridgeRequest
All Implemented Interfaces:
IServerBridgeRequest, groovy.lang.GroovyObject

@Scriptable public final class GroovyServerBridgeRequest extends de.uplanet.lucy.server.connector.AbstractGroovyServerBridgeRequest
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class de.uplanet.lucy.server.connector.AbstractGroovyServerBridgeRequest

    containsKey, createCopy, dump, get, get, getAt, getEntrySet, getHttpServletRequest, getInputStream, getProperty, getReader, getUploadFiles, hasUploadFiles, isEmpty, iterator, popVariables, pushVariables, put, putAt, remove, setProperty, size

    Methods inherited from class groovy.lang.GroovyObjectSupport

    getMetaClass, setMetaClass

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface groovy.lang.GroovyObject

    invokeMethod
  • Constructor Details