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

HexEncoder - class com.lutris.util.HexEncoder.
Various conversion methods.
HexEncoder() - Constructor for class com.lutris.util.HexEncoder
 
HtmlEncoder - class com.lutris.util.HtmlEncoder.
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 com.lutris.html.HtmlString.
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 com.lutris.html.HtmlTable.
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 com.lutris.html.HtmlTableDataCell.
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 com.lutris.html.HtmlTableHeaderCell.
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 com.lutris.html.HtmlTableRow.
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
 
HttpCookieManager - class com.lutris.http.HttpCookieManager.
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 com.lutris.http.HttpCookieParser.
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 com.lutris.appserver.server.httpPresentation.HttpPresentationComms.
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 com.lutris.appserver.server.httpPresentation.HttpPresentationManager.
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 com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.
Presentation server implemented as a servlet.
HttpPresentationServlet() - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Create a new HttpPresentationServlet.
HttpSerialized - class com.lutris.appserver.server.httpPresentation.HttpSerialized.
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 com.lutris.http.HttpStatus.
 
HttpStatus() - Constructor for class com.lutris.http.HttpStatus
 
HttpUtil - class com.lutris.appserver.server.httpPresentation.HttpUtil.
Class containing various static methods that are useful in implementing presentations.
HttpUtils - class com.lutris.http.HttpUtils.
Utility methods useful to for HTTP.
HttpUtils() - Constructor for class com.lutris.http.HttpUtils
 
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.
hasMoreElements() - Method in class com.lutris.util.StringEnum
 
hashCode() - Method in class com.lutris.appserver.server.sessionEnhydra.SessionThread
Returns the hashcode for this object.
httpVersionNotSupported - Static variable in class com.lutris.http.HttpStatus
 

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