A D G H I J 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.
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

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
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

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

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
 

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.

A D G H I J N O P R S

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.