A D G H I J L N O P R S _

A

AbstractMethodHandlerTag - class org.apache.commons.jelly.tags.jetty.AbstractMethodHandlerTag.
An abstract base tag to declare a handler for a particular request method in an http context in an http server
AbstractMethodHandlerTag() - Constructor for class org.apache.commons.jelly.tags.jetty.AbstractMethodHandlerTag
 
addContext(HttpContext) - Method in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
Add an http context to the server instance
addHandler(HttpHandler) - Method in class org.apache.commons.jelly.tags.jetty.HttpContextTag
Add an http handler to the context instance
addListener(HttpListener) - Method in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
Add an http listener to the server instance
addRealm(UserRealm) - Method in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
Add a user authentication realm to the server instance
addSecurityConstraint(String, SecurityConstraint) - Method in class org.apache.commons.jelly.tags.jetty.HttpContextTag
Add a security constraint for the specified path specification to the context instance

D

DEFAULT_CONTEXT_PATH - Static variable in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
default context to create context for
DEFAULT_HOST - Static variable in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
default host to create listeners/context for
DEFAULT_LOG_FILE - Static variable in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
default log file for Jetty
DEFAULT_PORT - Static variable in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
default port to create listeners for
DEFAULT_RESOURCE_BASE - Static variable in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
default resource base to use for context
DeleteRequestTag - class org.apache.commons.jelly.tags.jetty.DeleteRequestTag.
Respond to a DELETE request to a Jetty http server
DeleteRequestTag() - Constructor for class org.apache.commons.jelly.tags.jetty.DeleteRequestTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.AbstractMethodHandlerTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.HttpContextTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.JellyResourceHandlerTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.NotFoundHandlerTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.RealmTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.ResourceHandlerTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.ResponseBodyTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.ResponseCodeTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.ResponseHeaderTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.SecurityHandlerTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jetty.SocketListenerTag
Perform the tag functionality.

G

GetRequestTag - class org.apache.commons.jelly.tags.jetty.GetRequestTag.
Respond to a GET request to a Jetty http server
GetRequestTag() - Constructor for class org.apache.commons.jelly.tags.jetty.GetRequestTag
 
getAllowedMethods() - Method in class org.apache.commons.jelly.tags.jetty.ResourceHandlerTag
Getter for property allowedMethods.
getConfig() - Method in class org.apache.commons.jelly.tags.jetty.RealmTag
Getter for property config.
getContextPath() - Method in class org.apache.commons.jelly.tags.jetty.HttpContextTag
Getter for property context path.
getHost() - Method in class org.apache.commons.jelly.tags.jetty.SocketListenerTag
Getter for property host.
getJellyResourceHttpHandler() - Method in class org.apache.commons.jelly.tags.jetty.JellyResourceHandlerTag
 
getLogFileName() - Method in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
Getter for property logFileName.
getMethodHandled() - Method in class org.apache.commons.jelly.tags.jetty.AbstractMethodHandlerTag
Override this to return the name of the http method handled by this tag
getMethodHandled() - Method in class org.apache.commons.jelly.tags.jetty.DeleteRequestTag
return the name of the http method handled by this tag
getMethodHandled() - Method in class org.apache.commons.jelly.tags.jetty.GetRequestTag
return the name of the http method handled by this tag
getMethodHandled() - Method in class org.apache.commons.jelly.tags.jetty.PostRequestTag
return the name of the http method handled by this tag
getMethodHandled() - Method in class org.apache.commons.jelly.tags.jetty.PutRequestTag
return the name of the http method handled by this tag
getName() - Method in class org.apache.commons.jelly.tags.jetty.RealmTag
Getter for property name.
getName() - Method in class org.apache.commons.jelly.tags.jetty.ResponseHeaderTag
Getter for property context path.
getPort() - Method in class org.apache.commons.jelly.tags.jetty.SocketListenerTag
Getter for property port.
getRealmName() - Method in class org.apache.commons.jelly.tags.jetty.HttpContextTag
Getter for property realm name.
getRequestBody(HttpRequest) - Method in class org.apache.commons.jelly.tags.jetty.JellyResourceHttpHandler
 
getResourceBase() - Method in class org.apache.commons.jelly.tags.jetty.HttpContextTag
Getter for property resourceBase.
getTagClasses() - Method in class org.apache.commons.jelly.tags.jetty.JettyTagLibrary
 
getValue() - Method in class org.apache.commons.jelly.tags.jetty.ResponseCodeTag
Getter for property value.
getValue() - Method in class org.apache.commons.jelly.tags.jetty.ResponseHeaderTag
Getter for property value.
getVar() - Method in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
Getter for property var.
getauthenticationMethod() - Method in class org.apache.commons.jelly.tags.jetty.SecurityHandlerTag
Getter for property authenticationMethod.

H

HttpContextTag - class org.apache.commons.jelly.tags.jetty.HttpContextTag.
Declare a context for a Jetty http server
HttpContextTag() - Constructor for class org.apache.commons.jelly.tags.jetty.HttpContextTag
Creates a new instance of HttpContextTag
handle(String, String, HttpRequest, HttpResponse) - Method in class org.apache.commons.jelly.tags.jetty.JellyResourceHttpHandler
 

I

initLoginConfig(XmlParser.Node, HttpContextTag) - Method in class org.apache.commons.jelly.tags.jetty.SecurityHandlerTag
 
initSecurityConstraint(XmlParser.Node, HttpContextTag) - Method in class org.apache.commons.jelly.tags.jetty.SecurityHandlerTag
 

J

JellyResourceHandlerTag - class org.apache.commons.jelly.tags.jetty.JellyResourceHandlerTag.
A resource handler that uses Jelly scripts to provide resources to a context in a Jetty http server
JellyResourceHandlerTag() - Constructor for class org.apache.commons.jelly.tags.jetty.JellyResourceHandlerTag
Creates a new instance of JellyResourceHandlerTag
JellyResourceHttpHandler - class org.apache.commons.jelly.tags.jetty.JellyResourceHttpHandler.
The actual http handler implementation for an http context in an http server
JellyResourceHttpHandler(XMLOutput) - Constructor for class org.apache.commons.jelly.tags.jetty.JellyResourceHttpHandler
Creates a new instance of JellyResourceHttpHandler
JettyHttpServerTag - class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag.
Declare an instance of a Jetty http server
JettyHttpServerTag() - Constructor for class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
Creates a new instance of JettyHttpServerTag
JettyTagLibrary - class org.apache.commons.jelly.tags.jetty.JettyTagLibrary.
A set of jelly tags for instantiating a Jetty HTTP server
JettyTagLibrary() - Constructor for class org.apache.commons.jelly.tags.jetty.JettyTagLibrary
Creates a new instance of LatkaTagLibrary

L

log - Static variable in class org.apache.commons.jelly.tags.jetty.JellyResourceHttpHandler
The Log to which logging calls will be made.
log - Static variable in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
The Log to which logging calls will be made.

N

NotFoundHandlerTag - class org.apache.commons.jelly.tags.jetty.NotFoundHandlerTag.
Declare a not found resource handler for a Jetty http server
NotFoundHandlerTag() - Constructor for class org.apache.commons.jelly.tags.jetty.NotFoundHandlerTag
Creates a new instance of NotFoundHandlerTag

O

OVERRIDE_SET_HANDLED_VAR - Static variable in class org.apache.commons.jelly.tags.jetty.JellyResourceHttpHandler
The name of the var to check if setHandled should not be set to true .
org.apache.commons.jelly.tags.jetty - package org.apache.commons.jelly.tags.jetty
Tags for starting Jetty HTTP servers and procesing HTTP requests using Jelly scripts

P

PostRequestTag - class org.apache.commons.jelly.tags.jetty.PostRequestTag.
Respond to a POST request to a Jetty http server
PostRequestTag() - Constructor for class org.apache.commons.jelly.tags.jetty.PostRequestTag
 
PutRequestTag - class org.apache.commons.jelly.tags.jetty.PutRequestTag.
A tag for the http PUT method
PutRequestTag() - Constructor for class org.apache.commons.jelly.tags.jetty.PutRequestTag
 

R

RealmTag - class org.apache.commons.jelly.tags.jetty.RealmTag.
Declare a user realm for a Jetty http server
RealmTag() - Constructor for class org.apache.commons.jelly.tags.jetty.RealmTag
Creates a new instance of RealmTag
ResourceHandlerTag - class org.apache.commons.jelly.tags.jetty.ResourceHandlerTag.
Declare a static file resource handler for a Jetty http server
ResourceHandlerTag() - Constructor for class org.apache.commons.jelly.tags.jetty.ResourceHandlerTag
Creates a new instance of ResourceHandlerTag
ResponseBodyTag - class org.apache.commons.jelly.tags.jetty.ResponseBodyTag.
Set the response body in a response handler for a Jetty http server
ResponseBodyTag() - Constructor for class org.apache.commons.jelly.tags.jetty.ResponseBodyTag
 
ResponseCodeTag - class org.apache.commons.jelly.tags.jetty.ResponseCodeTag.
Set the response code in the request handler of a Jetty http server
ResponseCodeTag() - Constructor for class org.apache.commons.jelly.tags.jetty.ResponseCodeTag
 
ResponseHeaderTag - class org.apache.commons.jelly.tags.jetty.ResponseHeaderTag.
Set a response header in the request handler of a Jetty http server
ResponseHeaderTag() - Constructor for class org.apache.commons.jelly.tags.jetty.ResponseHeaderTag
 
registerTag(Tag, String) - Method in class org.apache.commons.jelly.tags.jetty.JellyResourceHttpHandler
 

S

SecurityHandlerTag - class org.apache.commons.jelly.tags.jetty.SecurityHandlerTag.
Declare a security handler for a Jetty http server
SecurityHandlerTag() - Constructor for class org.apache.commons.jelly.tags.jetty.SecurityHandlerTag
Creates a new instance of SecurityHandlerTag
SocketListenerTag - class org.apache.commons.jelly.tags.jetty.SocketListenerTag.
Declare a socket listener for a Jetty http server
SocketListenerTag() - Constructor for class org.apache.commons.jelly.tags.jetty.SocketListenerTag
Creates a new instance of SocketListenerTag
setAllowedMethods(String) - Method in class org.apache.commons.jelly.tags.jetty.ResourceHandlerTag
Setter for property allowedMethods.
setAuthenticator(SecurityConstraint.Authenticator) - Method in class org.apache.commons.jelly.tags.jetty.HttpContextTag
Add an authenticator to the context instance
setConfig(String) - Method in class org.apache.commons.jelly.tags.jetty.RealmTag
Setter for property config.
setContextPath(String) - Method in class org.apache.commons.jelly.tags.jetty.HttpContextTag
Setter for property context path.
setHost(String) - Method in class org.apache.commons.jelly.tags.jetty.SocketListenerTag
Setter for property host.
setLogFileName(String) - Method in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
Setter for property logFileName.
setName(String) - Method in class org.apache.commons.jelly.tags.jetty.RealmTag
Setter for property name.
setName(String) - Method in class org.apache.commons.jelly.tags.jetty.ResponseHeaderTag
Setter for property context path.
setPort(int) - Method in class org.apache.commons.jelly.tags.jetty.SocketListenerTag
Setter for property port.
setRealmName(String) - Method in class org.apache.commons.jelly.tags.jetty.HttpContextTag
Setter for property context path.
setResourceBase(String) - Method in class org.apache.commons.jelly.tags.jetty.HttpContextTag
Setter for property resourceBase.
setValue(int) - Method in class org.apache.commons.jelly.tags.jetty.ResponseCodeTag
Setter for property value.
setValue(String) - Method in class org.apache.commons.jelly.tags.jetty.ResponseHeaderTag
Setter for property value.
setVar(String) - Method in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
Setter for property var.
setauthenticationMethod(String) - Method in class org.apache.commons.jelly.tags.jetty.SecurityHandlerTag
Setter for property authenticationMethod.

_

_allowedMethods - Variable in class org.apache.commons.jelly.tags.jetty.ResourceHandlerTag
parameter allowed methods
_authenticationMethod - Variable in class org.apache.commons.jelly.tags.jetty.SecurityHandlerTag
parameter authentication method, defaults to BASIC in Jetty
_config - Variable in class org.apache.commons.jelly.tags.jetty.RealmTag
parameter config, with default
_context - Variable in class org.apache.commons.jelly.tags.jetty.HttpContextTag
the actual context this tag refers to
_contextPath - Variable in class org.apache.commons.jelly.tags.jetty.HttpContextTag
parameter path with default
_formAuthenticator - Variable in class org.apache.commons.jelly.tags.jetty.SecurityHandlerTag
a form authenticator used by this tag
_host - Variable in class org.apache.commons.jelly.tags.jetty.SocketListenerTag
parameter host, with default
_jellyResourceHttpHandler - Variable in class org.apache.commons.jelly.tags.jetty.JellyResourceHandlerTag
The http handler that calls the body of the tag.
_logFileName - Variable in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
filename of Jetty log file - with default
_logSink - Static variable in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
the log sink for the Jety server
_name - Variable in class org.apache.commons.jelly.tags.jetty.RealmTag
parameter name with default
_name - Variable in class org.apache.commons.jelly.tags.jetty.ResponseHeaderTag
parameter name
_port - Variable in class org.apache.commons.jelly.tags.jetty.SocketListenerTag
parameter port with default
_realmName - Variable in class org.apache.commons.jelly.tags.jetty.HttpContextTag
parameter realmName
_resourceBase - Variable in class org.apache.commons.jelly.tags.jetty.HttpContextTag
parameter resourceBase, with default
_server - Variable in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
the http server for this tag
_tagMap - Variable in class org.apache.commons.jelly.tags.jetty.JellyResourceHttpHandler
The list of tags registered to handle a request method
_value - Variable in class org.apache.commons.jelly.tags.jetty.ResponseCodeTag
parameter value
_value - Variable in class org.apache.commons.jelly.tags.jetty.ResponseHeaderTag
parameter value
_var - Variable in class org.apache.commons.jelly.tags.jetty.JettyHttpServerTag
unique identifier of the tag/ variable to store result in
_xmlOutput - Variable in class org.apache.commons.jelly.tags.jetty.JellyResourceHttpHandler
The place where to output the results of the tag body

A D G H I J L N O P R S _