EAF 7.6 Implementation
A B C D E F G H I J K L M N O P Q R S T U V W X

H

handleData(String, String[]) - Method in class org.enhydra.util.chiba.HttpRequestHandler
 
handleEvent(Event) - Method in class org.enhydra.util.chiba.ScriptAdapter
listen to processor and add a DefaultChibaEventImpl object to the EventQueue.
handleEvent(Event) - Method in class org.enhydra.util.chiba.ServletAdapter
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
handleLoadURI(String, String, String) - Method in class org.enhydra.util.chiba.ServletAdapter
 
handleMessage(String, String, String) - Method in class org.enhydra.util.chiba.ServletAdapter
 
handleReplaceAll(String, Map, Object) - Method in class org.enhydra.util.chiba.ServletAdapter
 
handleRequest(HttpPresentationComms) - Method in class org.enhydra.util.chiba.HttpRequestHandler
checks whether we have multipart or urlencoded request and processes it accordingly.
handleSelector(String, String) - Method in class org.enhydra.util.chiba.HttpRequestHandler
 
handleTrigger(String, String) - Method in class org.enhydra.util.chiba.HttpRequestHandler
 
hasEventsPending() - Method in class com.lutris.util.OutputStreamEventQueue
Is there an event waiting in the queue right now? This call will not block, however it is possible that another thread will take the event before you do, so your call to getEvent may still block.
hashCode() - Method in class com.lutris.appserver.server.sessionEnhydra.SessionThread
Returns the hashcode for this object.
hasMoreElements() - Method in class com.lutris.util.StringEnum
 
HexEncoder - Class in com.lutris.util
Various conversion methods.
HexEncoder() - Constructor for class com.lutris.util.HexEncoder
 
HtmlEncoder - Class in com.lutris.util
This class contains a utility method for encoding a String so that it may be safely embedded within a HTML document without affecting the formatting of the document.
HtmlEncoder() - Constructor for class com.lutris.util.HtmlEncoder
 
HtmlString - Class in com.lutris.html
The HtmlString class contains a String and adds a toHtml() method.
HtmlString(String) - Constructor for class com.lutris.html.HtmlString
Allocates a new string that contains the same sequence of characters as the string argument.
HtmlString(StringBuffer) - Constructor for class com.lutris.html.HtmlString
Allocates a new String that contains the same sequence characters contained in the string buffer argument.
HtmlTable - Class in com.lutris.html
This utility class is used to compose an HTML table.
HtmlTable() - Constructor for class com.lutris.html.HtmlTable
 
HtmlTable(String) - Constructor for class com.lutris.html.HtmlTable
 
HtmlTableDataCell - Class in com.lutris.html
This utility class is used to compose an data cell within a row within a HTML table.
HtmlTableDataCell(String) - Constructor for class com.lutris.html.HtmlTableDataCell
 
HtmlTableDataCell(String, String) - Constructor for class com.lutris.html.HtmlTableDataCell
 
HtmlTableHeaderCell - Class in com.lutris.html
This utility class is used to compose a header cell within a row within a HTML table.
HtmlTableHeaderCell(String) - Constructor for class com.lutris.html.HtmlTableHeaderCell
 
HtmlTableHeaderCell(String, String) - Constructor for class com.lutris.html.HtmlTableHeaderCell
 
HtmlTableRow - Class in com.lutris.html
This utility class is used to compose a row within a HTML table.
HtmlTableRow() - Constructor for class com.lutris.html.HtmlTableRow
 
HtmlTableRow(HtmlTableCell) - Constructor for class com.lutris.html.HtmlTableRow
 
HtmlTableRow(String) - Constructor for class com.lutris.html.HtmlTableRow
 
HTTP_SERVLET_REQUEST - Static variable in class org.enhydra.util.chiba.ServletAdapter
 
HTTP_UPLOAD_DIR - Static variable in class org.enhydra.util.chiba.ServletAdapter
 
HttpCookieManager - Class in com.lutris.http
This object manages cookies defined in http request and response headers.
HttpCookieManager() - Constructor for class com.lutris.http.HttpCookieManager
Constructs a new cookie manager.
HttpCookieParser - Class in com.lutris.http
This class takes a cookie header and converts it into a set of http cookies.
HttpCookieParser() - Constructor for class com.lutris.http.HttpCookieParser
 
HttpPresentationComms - Class in com.lutris.appserver.server.httpPresentation
Object passed to presentation objects that contains HTTP and Presentation Manager access and control objects.
HttpPresentationComms(HttpPresentationRequest, HttpPresentationResponse, Application) - Constructor for class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Construct an object, setting all of its fields.
HttpPresentationManager - Class in com.lutris.appserver.server.httpPresentation
Presentation manager class.
HttpPresentationManager(String, Application, ClassLoader, boolean, boolean) - Constructor for class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Construct a HTTP presentation manager.
HttpPresentationServlet - Class in com.lutris.appserver.server.httpPresentation.servlet
Presentation server implemented as a servlet.
HttpPresentationServlet() - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Create a new HttpPresentationServlet.
HttpRequestHandler - Class in org.enhydra.util.chiba
Default implementation for handling http servlet requests.
HttpRequestHandler(ChibaBean) - Constructor for class org.enhydra.util.chiba.HttpRequestHandler
 
HttpSerialized - Class in com.lutris.appserver.server.httpPresentation
This class provides two utility methods for presentation objects that want to read and/or write Java serialized objects.
HttpSerialized() - Constructor for class com.lutris.appserver.server.httpPresentation.HttpSerialized
 
HttpStatus - Class in com.lutris.http
 
HttpStatus() - Constructor for class com.lutris.http.HttpStatus
 
HTTPSubmissionHandler - Class in org.enhydra.util.chiba
The HTTP submission handler serializes instance data simulating HTTP submission.
HTTPSubmissionHandler() - Constructor for class org.enhydra.util.chiba.HTTPSubmissionHandler
 
HttpUtil - Class in com.lutris.appserver.server.httpPresentation
Class containing various static methods that are useful in implementing presentations.
HttpUtils - Class in com.lutris.http
Utility methods useful to for HTTP.
HttpUtils() - Constructor for class com.lutris.http.HttpUtils
 
httpVersionNotSupported - Static variable in class com.lutris.http.HttpStatus
 

EAF 7.6 Implementation
A B C D E F G H I J K L M N O P Q R S T U V W X