- c100_Continue - Static variable in class bayou.http.HttpStatus
-
- c101_Switching_Protocols - Static variable in class bayou.http.HttpStatus
-
- c200_OK - Static variable in class bayou.http.HttpStatus
-
- c201_Created - Static variable in class bayou.http.HttpStatus
-
- c202_Accepted - Static variable in class bayou.http.HttpStatus
-
- c203_Non_Authoritative_Information - Static variable in class bayou.http.HttpStatus
-
- c204_No_Content - Static variable in class bayou.http.HttpStatus
-
- c205_Reset_Content - Static variable in class bayou.http.HttpStatus
-
- c206_Partial_Content - Static variable in class bayou.http.HttpStatus
-
- c300_Multiple_Choices - Static variable in class bayou.http.HttpStatus
-
- c301_Moved_Permanently - Static variable in class bayou.http.HttpStatus
-
- c302_Found - Static variable in class bayou.http.HttpStatus
-
- c303_See_Other - Static variable in class bayou.http.HttpStatus
-
- c304_Not_Modified - Static variable in class bayou.http.HttpStatus
-
- c305_Use_Proxy - Static variable in class bayou.http.HttpStatus
-
- c307_Temporary_Redirect - Static variable in class bayou.http.HttpStatus
-
- c308_Permanent_Redirect - Static variable in class bayou.http.HttpStatus
-
- c400_Bad_Request - Static variable in class bayou.http.HttpStatus
-
- c401_Unauthorized - Static variable in class bayou.http.HttpStatus
-
- c402_Payment_Required - Static variable in class bayou.http.HttpStatus
-
- c403_Forbidden - Static variable in class bayou.http.HttpStatus
-
- c404_Not_Found - Static variable in class bayou.http.HttpStatus
-
- c405_Method_Not_Allowed - Static variable in class bayou.http.HttpStatus
-
- c406_Not_Acceptable - Static variable in class bayou.http.HttpStatus
-
- c407_Proxy_Authentication_Required - Static variable in class bayou.http.HttpStatus
-
- c408_Request_Timeout - Static variable in class bayou.http.HttpStatus
-
- c409_Conflict - Static variable in class bayou.http.HttpStatus
-
- c410_Gone - Static variable in class bayou.http.HttpStatus
-
- c411_Length_Required - Static variable in class bayou.http.HttpStatus
-
- c412_Precondition_Failed - Static variable in class bayou.http.HttpStatus
-
- c413_Request_Entity_Too_Large - Static variable in class bayou.http.HttpStatus
-
- c414_URI_Too_Long - Static variable in class bayou.http.HttpStatus
-
- c415_Unsupported_Media_Type - Static variable in class bayou.http.HttpStatus
-
- c416_Requested_Range_Not_Satisfiable - Static variable in class bayou.http.HttpStatus
-
- c417_Expectation_Failed - Static variable in class bayou.http.HttpStatus
-
- c500_Internal_Server_Error - Static variable in class bayou.http.HttpStatus
-
- c501_Not_Implemented - Static variable in class bayou.http.HttpStatus
-
- c502_Bad_Gateway - Static variable in class bayou.http.HttpStatus
-
- c503_Service_Unavailable - Static variable in class bayou.http.HttpStatus
-
- c504_Gateway_Timeout - Static variable in class bayou.http.HttpStatus
-
- c505_HTTP_Version_Not_Supported - Static variable in class bayou.http.HttpStatus
-
- cache(boolean) - Method in class bayou.file.StaticFileConf
-
Whether to cache the file content in memory.
- cache(HttpResponse) - Static method in interface bayou.http.HttpResponse
-
Cache the response in memory, particularly the body.
- Cache_Control - Static variable in interface bayou.mime.Headers
-
- CachedHttpEntity - Class in bayou.http
-
Caches the origin entity in memory.
- CachedHttpEntity(HttpEntity) - Constructor for class bayou.http.CachedHttpEntity
-
Create a cache of the origin entity.
- call() - Method in interface bayou.util.function.Callable_Void
-
Implements Callable<Void>.call()
,
as: { call_void(); return null; }
- call(Callable<T>) - Static method in interface bayou.util.Result
-
Invoke action.call()
, convert the outcome to a Result
.
- call_void() - Method in interface bayou.util.function.Callable_Void
-
The single abstract method, which returns void
(instead of Void
).
- Callable_Void - Interface in bayou.util.function
-
An adapter of
Callable<Void>
for void-returning lambda expressions and method references.
- cancel(Exception) - Method in interface bayou.async.Async
-
Send a cancellation request to this async action.
- cancel(Exception) - Method in class bayou.async.AsyncBundle
-
- cancel(Exception) - Method in interface bayou.async.AutoAsync
-
- cancel(Exception) - Method in class bayou.async.Promise
-
- cancel(Exception) - Method in interface bayou.util.Result
-
- CANVAS() - Constructor for class bayou.html.Html5.CANVAS
-
- CAPTION() - Constructor for class bayou.html.Html4.CAPTION
-
- CAPTION() - Constructor for class bayou.html.Html5.CAPTION
-
- catch_(Class<X>, FunctionX<X, T>) - Method in interface bayou.async.Async
-
If `this` action fails with a specific exception type, invoke an exception handler.
- catch__(Class<X>, FunctionX<X, Async<T>>) - Method in interface bayou.async.Async
-
If `this` action fails with a specific exception type, invoke an exception handler.
- cellpadding(int) - Method in class bayou.html.Html4.TABLE
-
Set attribute cellpadding="{value}"
.
- cellpadding(CharSequence) - Method in class bayou.html.Html4.TABLE
-
Set attribute cellpadding="{value}"
.
- cellpadding(int) - Method in class bayou.html.Html5.TABLE
-
- cellpadding(CharSequence) - Method in class bayou.html.Html5.TABLE
-
- cellspacing(int) - Method in class bayou.html.Html4.TABLE
-
Set attribute cellspacing="{value}"
.
- cellspacing(CharSequence) - Method in class bayou.html.Html4.TABLE
-
Set attribute cellspacing="{value}"
.
- cellspacing(int) - Method in class bayou.html.Html5.TABLE
-
- cellspacing(CharSequence) - Method in class bayou.html.Html5.TABLE
-
- certs() - Method in interface bayou.http.HttpRequest
-
Certificates of the client.
- certs() - Method in class bayou.http.HttpRequestImpl
-
Certificates of the client.
- challenge(CharSequence) - Method in class bayou.html.Html5.KEYGEN
-
Set attribute challenge="{value}"
.
- char_(CharSequence) - Method in class bayou.html.Html4.COL
-
Set attribute char="{value}"
.
- char_(CharSequence) - Method in class bayou.html.Html4.COLGROUP
-
Set attribute char="{value}"
.
- char_(CharSequence) - Method in class bayou.html.Html4.TBODY
-
Set attribute char="{value}"
.
- char_(CharSequence) - Method in class bayou.html.Html4.TD
-
Set attribute char="{value}"
.
- char_(CharSequence) - Method in class bayou.html.Html4.TFOOT
-
Set attribute char="{value}"
.
- char_(CharSequence) - Method in class bayou.html.Html4.TH
-
Set attribute char="{value}"
.
- char_(CharSequence) - Method in class bayou.html.Html4.THEAD
-
Set attribute char="{value}"
.
- char_(CharSequence) - Method in class bayou.html.Html4.TR
-
Set attribute char="{value}"
.
- char_(CharSequence) - Method in class bayou.html.Html5.COL
-
- char_(CharSequence) - Method in class bayou.html.Html5.COLGROUP
-
- char_(CharSequence) - Method in class bayou.html.Html5.TBODY
-
- char_(CharSequence) - Method in class bayou.html.Html5.TD
-
- char_(CharSequence) - Method in class bayou.html.Html5.TFOOT
-
- char_(CharSequence) - Method in class bayou.html.Html5.TH
-
- char_(CharSequence) - Method in class bayou.html.Html5.THEAD
-
- char_(CharSequence) - Method in class bayou.html.Html5.TR
-
- charoff(int) - Method in class bayou.html.Html4.COL
-
Set attribute charoff="{value}"
.
- charoff(CharSequence) - Method in class bayou.html.Html4.COL
-
Set attribute charoff="{value}"
.
- charoff(int) - Method in class bayou.html.Html4.COLGROUP
-
Set attribute charoff="{value}"
.
- charoff(CharSequence) - Method in class bayou.html.Html4.COLGROUP
-
Set attribute charoff="{value}"
.
- charoff(int) - Method in class bayou.html.Html4.TBODY
-
Set attribute charoff="{value}"
.
- charoff(CharSequence) - Method in class bayou.html.Html4.TBODY
-
Set attribute charoff="{value}"
.
- charoff(int) - Method in class bayou.html.Html4.TD
-
Set attribute charoff="{value}"
.
- charoff(CharSequence) - Method in class bayou.html.Html4.TD
-
Set attribute charoff="{value}"
.
- charoff(int) - Method in class bayou.html.Html4.TFOOT
-
Set attribute charoff="{value}"
.
- charoff(CharSequence) - Method in class bayou.html.Html4.TFOOT
-
Set attribute charoff="{value}"
.
- charoff(int) - Method in class bayou.html.Html4.TH
-
Set attribute charoff="{value}"
.
- charoff(CharSequence) - Method in class bayou.html.Html4.TH
-
Set attribute charoff="{value}"
.
- charoff(int) - Method in class bayou.html.Html4.THEAD
-
Set attribute charoff="{value}"
.
- charoff(CharSequence) - Method in class bayou.html.Html4.THEAD
-
Set attribute charoff="{value}"
.
- charoff(int) - Method in class bayou.html.Html4.TR
-
Set attribute charoff="{value}"
.
- charoff(CharSequence) - Method in class bayou.html.Html4.TR
-
Set attribute charoff="{value}"
.
- charoff(int) - Method in class bayou.html.Html5.COL
-
- charoff(CharSequence) - Method in class bayou.html.Html5.COL
-
- charoff(int) - Method in class bayou.html.Html5.COLGROUP
-
- charoff(CharSequence) - Method in class bayou.html.Html5.COLGROUP
-
- charoff(int) - Method in class bayou.html.Html5.TBODY
-
- charoff(CharSequence) - Method in class bayou.html.Html5.TBODY
-
- charoff(int) - Method in class bayou.html.Html5.TD
-
- charoff(CharSequence) - Method in class bayou.html.Html5.TD
-
- charoff(int) - Method in class bayou.html.Html5.TFOOT
-
- charoff(CharSequence) - Method in class bayou.html.Html5.TFOOT
-
- charoff(int) - Method in class bayou.html.Html5.TH
-
- charoff(CharSequence) - Method in class bayou.html.Html5.TH
-
- charoff(int) - Method in class bayou.html.Html5.THEAD
-
- charoff(CharSequence) - Method in class bayou.html.Html5.THEAD
-
- charoff(int) - Method in class bayou.html.Html5.TR
-
- charoff(CharSequence) - Method in class bayou.html.Html5.TR
-
- charset() - Method in class bayou.form.FormData
-
The form's charset, used for converting between chars and bytes.
- charset(Charset) - Method in class bayou.form.FormData
-
Set the charset for this form.
- charset(Charset) - Method in class bayou.form.FormParser
-
The charset, used for decoding bytes to chars.
- charset(CharSequence) - Method in class bayou.html.Html4.A
-
Set attribute charset="{value}"
.
- charset(CharSequence) - Method in class bayou.html.Html4.LINK
-
Set attribute charset="{value}"
.
- charset(CharSequence) - Method in class bayou.html.Html4.SCRIPT
-
Set attribute charset="{value}"
.
- charset(CharSequence) - Method in class bayou.html.Html5.A
-
- charset(CharSequence) - Method in class bayou.html.Html5.LINK
-
- charset(CharSequence) - Method in class bayou.html.Html5.META
-
Set attribute charset="{value}"
.
- charset(CharSequence) - Method in class bayou.html.Html5.SCRIPT
-
Set attribute charset="{value}"
.
- checked(boolean) - Method in class bayou.html.Html4.INPUT
-
Set boolean attribute checked
.
- checked(boolean) - Method in class bayou.html.Html5.INPUT
-
Set boolean attribute checked
.
- checked(boolean) - Method in class bayou.html.Html5.MENUITEM
-
Set boolean attribute checked
.
- cite(CharSequence) - Method in class bayou.html.Html4.BLOCKQUOTE
-
Set attribute cite="{value}"
.
- CITE() - Constructor for class bayou.html.Html4.CITE
-
- cite(CharSequence) - Method in class bayou.html.Html4.DEL
-
Set attribute cite="{value}"
.
- cite(CharSequence) - Method in class bayou.html.Html4.INS
-
Set attribute cite="{value}"
.
- cite(CharSequence) - Method in class bayou.html.Html4.Q
-
Set attribute cite="{value}"
.
- cite(CharSequence) - Method in class bayou.html.Html5.BLOCKQUOTE
-
Set attribute cite="{value}"
.
- CITE() - Constructor for class bayou.html.Html5.CITE
-
- cite(CharSequence) - Method in class bayou.html.Html5.DEL
-
Set attribute cite="{value}"
.
- cite(CharSequence) - Method in class bayou.html.Html5.INS
-
Set attribute cite="{value}"
.
- cite(CharSequence) - Method in class bayou.html.Html5.Q
-
Set attribute cite="{value}"
.
- class_(CharSequence) - Method in interface bayou.html.Html4.Element
-
Set attribute class="{value}"
.
- class_(CharSequence) - Method in interface bayou.html.Html5.Element
-
Set attribute class="{value}"
.
- class_add(CharSequence) - Method in interface bayou.html.Html4.Element
-
Add a new class to the "class" attribute.
- class_add(CharSequence) - Method in interface bayou.html.Html5.Element
-
- classid(CharSequence) - Method in class bayou.html.Html4.OBJECT
-
Set attribute classid="{value}"
.
- classid(CharSequence) - Method in class bayou.html.Html5.OBJECT
-
- clear() - Method in class bayou.http.CookieJar
-
Remove all cookies from this jar.
- clear() - Method in class bayou.mime.HeaderMap
-
- clearAll() - Static method in class bayou.http.CookieJar
-
Clear all fiber-local CookieJars.
- clone() - Method in class bayou.http.HttpClientConf
-
Return an independent copy of this object.
- close() - Method in interface bayou.bytes.ByteSink
-
Close this sink.
- close() - Method in interface bayou.bytes.ByteSource
-
Close this source.
- close() - Method in class bayou.bytes.ByteSource2InputStream
-
- close() - Method in class bayou.bytes.InputStream2ByteSource
-
Close this source.
- close() - Method in class bayou.bytes.PushbackByteSource
-
Close this source.
- close() - Method in class bayou.bytes.RangedByteSource
-
Close this source.
- close() - Method in class bayou.bytes.SimpleByteSource
-
Close this source.
- close() - Method in class bayou.bytes.ThreadSafeByteSource
-
Close this source.
- close() - Method in class bayou.bytes.ThrottledByteSource
-
Close this source.
- close() - Method in class bayou.file.FileByteSink
-
- close() - Method in class bayou.file.FileByteSource
-
Close this source.
- close() - Method in class bayou.gzip.GunzipByteSource
-
- close() - Method in class bayou.gzip.GzipByteSource
-
- close() - Method in class bayou.http.HttpClient
-
Close this client and free resources.
- close() - Method in class bayou.http.HttpClientConnection
-
Close the connection and free resources.
- close() - Method in class bayou.mime.MultipartByteSource
-
- close() - Method in class bayou.mime.MultipartParser
-
Close this parser.
- close() - Method in interface bayou.tcp.TcpChannel
-
Close this channel.
- close() - Method in class bayou.tcp.TcpClient
-
Close the client and free resources.
- close(Duration) - Method in interface bayou.tcp.TcpConnection
-
Close this connection.
- close() - Method in class bayou.text.TextByteSource
-
- close() - Method in interface bayou.websocket.WebSocketChannel
-
Close the channel.
- closeChannel(AsynchronousFileChannel) - Method in interface bayou.file.FileByteSource.ChannelProvider
-
- closeTimeout(Duration) - Method in class bayou.http.HttpServerConf
-
Timeout for closing a connection.
- CODE() - Constructor for class bayou.html.Html4.CODE
-
- CODE() - Constructor for class bayou.html.Html5.CODE
-
- code() - Method in class bayou.http.HttpStatus
-
The Status-Code, for example, 200.
- code() - Method in exception bayou.websocket.WebSocketClose
-
The code given by the Close-Frame.
- codebase(CharSequence) - Method in class bayou.html.Html4.OBJECT
-
Set attribute codebase="{value}"
.
- codebase(CharSequence) - Method in class bayou.html.Html5.OBJECT
-
- codetype(CharSequence) - Method in class bayou.html.Html4.OBJECT
-
Set attribute codetype="{value}"
.
- codetype(CharSequence) - Method in class bayou.html.Html5.OBJECT
-
- COL() - Constructor for class bayou.html.Html4.COL
-
- COL() - Constructor for class bayou.html.Html5.COL
-
- COLGROUP() - Constructor for class bayou.html.Html4.COLGROUP
-
- COLGROUP() - Constructor for class bayou.html.Html5.COLGROUP
-
- cols(int) - Method in class bayou.html.Html4.TEXTAREA
-
Set attribute cols="{value}"
.
- cols(int) - Method in class bayou.html.Html5.TEXTAREA
-
Set attribute cols="{value}"
.
- colspan(int) - Method in class bayou.html.Html4.TD
-
Set attribute colspan="{value}"
.
- colspan(int) - Method in class bayou.html.Html4.TH
-
Set attribute colspan="{value}"
.
- colspan(int) - Method in class bayou.html.Html5.TD
-
Set attribute colspan="{value}"
.
- colspan(int) - Method in class bayou.html.Html5.TH
-
Set attribute colspan="{value}"
.
- command(CharSequence) - Method in class bayou.html.Html5.MENUITEM
-
Set attribute command="{value}"
.
- compile(Consumer<CharSequence>, Set<Path>) - Method in interface bayou.reload.HotCompiler
-
Compile all source files.
- compile(Consumer<CharSequence>, Set<Path>, Set<Path>, Set<Path>) - Method in interface bayou.reload.HotCompiler
-
Compile changed source files.
- compile(Consumer<CharSequence>, Set<Path>) - Method in class bayou.reload.JavacCompiler
-
- compile(Consumer<CharSequence>, Set<Path>, Set<Path>, Set<Path>) - Method in class bayou.reload.JavacCompiler
-
- compile(Consumer<CharSequence>, Set<Path>) - Method in class bayou.reload.VoidCompiler
-
Does nothing, except printing some messages to msgOut
.
- compile(Consumer<CharSequence>, Set<Path>, Set<Path>, Set<Path>) - Method in class bayou.reload.VoidCompiler
-
Does nothing, except printing some messages to msgOut
.
- complete(Result<T>) - Method in class bayou.async.Promise
-
Complete this Promise with `result`.
- conf() - Method in class bayou.http.HttpServer
-
- Conf() - Constructor for class bayou.tcp.TcpClient.Conf
-
Create a Conf with default values.
- Conf() - Constructor for class bayou.tcp.TcpServer.Conf
-
Create a Conf with default values
- conf() - Method in class bayou.websocket.WebSocketServer
-
- connect(String, InetAddress, int) - Method in class bayou.tcp.TcpClient
-
Connect to a remote server.
- Connection - Static variable in interface bayou.mime.Headers
-
- ConnectTunnel - Class in bayou.http
-
A TcpTunnel using HTTP CONNECT method.
- ConnectTunnel(TcpAddress, Supplier<Async<UserPass>>) - Constructor for class bayou.http.ConnectTunnel
-
Create an HTTP CONNECT tunnel.
- ConnectTunnel(String, int, String, String) - Constructor for class bayou.http.ConnectTunnel
-
Create an HTTP CONNECT tunnel.
- ConnectTunnel(String, int) - Constructor for class bayou.http.ConnectTunnel
-
Create an HTTP CONNECT tunnel.
- ConsumerX<T> - Interface in bayou.util.function
-
Like
Consumer
,
except checked exceptions may be thrown.
- containsKey(Object) - Method in class bayou.mime.HeaderMap
-
- containsValue(Object) - Method in class bayou.mime.HeaderMap
-
- content(CharSequence) - Method in class bayou.html.Html4.META
-
Set attribute content="{value}"
.
- content(CharSequence) - Method in class bayou.html.Html5.META
-
Set attribute content="{value}"
.
- Content_Disposition - Static variable in interface bayou.mime.Headers
-
- Content_Encoding - Static variable in interface bayou.mime.Headers
-
- Content_Language - Static variable in interface bayou.mime.Headers
-
- Content_Length - Static variable in interface bayou.mime.Headers
-
- Content_Location - Static variable in interface bayou.mime.Headers
-
- Content_MD - Static variable in interface bayou.mime.Headers
-
- Content_Range - Static variable in interface bayou.mime.Headers
-
- Content_Type - Static variable in interface bayou.mime.Headers
-
- contenteditable(boolean) - Method in interface bayou.html.Html5.Element
-
Set attribute contenteditable="true/false"
.
- contentEncoding() - Method in class bayou.gzip.GzipHttpEntity
-
The content encoding, containing "gzip".
- contentEncoding() - Method in class bayou.http.CachedHttpEntity
-
Return "contentEncoding"
of the origin entity.
- contentEncoding() - Method in interface bayou.http.HttpEntity
-
Encoding that has been applied on the body; null if none.
- contentEncoding() - Method in interface bayou.http.HttpEntityWrapper
-
Equivalent to getOriginEntity().contentEncoding()
by default.
- contentLength() - Method in class bayou.file.FileHttpEntity
-
Return the size of the file.
- contentLength() - Method in class bayou.gzip.GzipHttpEntity
-
The length of the body (after compression).
- contentLength() - Method in class bayou.http.CachedHttpEntity
-
The length of the body.
- contentLength() - Method in interface bayou.http.HttpEntity
-
The length of the body; null if unknown.
- contentLength() - Method in interface bayou.http.HttpEntityWrapper
-
Equivalent to getOriginEntity().contentLength()
by default.
- contentLength() - Method in class bayou.http.SimpleHttpEntity
-
The length of the body.
- contentLength() - Method in class bayou.text.TextHttpEntity
-
The length of the entity body.
- contentType() - Method in class bayou.file.FileHttpEntity
-
The content type.
- contentType(ContentType) - Method in class bayou.file.StaticFileConf
-
The content type of this file.
- contentType() - Method in class bayou.form.FormDataFile
-
The content type of the file, as reported by the client.
- contentType() - Method in class bayou.http.CachedHttpEntity
-
Return "contentType"
of the origin entity.
- contentType() - Method in interface bayou.http.HttpEntity
-
The content type.
- contentType() - Method in interface bayou.http.HttpEntityWrapper
-
Equivalent to getOriginEntity().contentType()
by default.
- contentType() - Method in class bayou.http.SimpleHttpEntity
-
The content type.
- ContentType - Class in bayou.mime
-
Content-Type of MIME body.
- ContentType(String, String) - Constructor for class bayou.mime.ContentType
-
Create a ContentType, with no parameters.
- ContentType(String, String, String, String) - Constructor for class bayou.mime.ContentType
-
Create a ContentType, with a single parameter.
- ContentType(String, String, Map<String, String>) - Constructor for class bayou.mime.ContentType
-
Create a ContentType.
- contentType() - Method in class bayou.text.TextHttpEntity
-
The content type.
- contextmenu(CharSequence) - Method in interface bayou.html.Html5.Element
-
Set attribute contextmenu="{value}"
.
- contextProtocol(String) - Method in class bayou.ssl.SslConf
-
- controls(boolean) - Method in class bayou.html.Html5.AUDIO
-
Set boolean attribute controls
.
- controls(boolean) - Method in class bayou.html.Html5.VIDEO
-
Set boolean attribute controls
.
- convert(TcpChannel) - Method in class bayou.ssl.SslChannel2Connection
-
Convert a TcpChannel to an SslConnection.
- convert(TcpChannel, TcpChannel2Connection) - Method in class bayou.ssl.SslChannel2Connection
-
Convert a server-side TcpChannel to SslConnection or plain TcpConnection.
- convert(TcpChannel) - Method in class bayou.tcp.TcpChannel2Connection
-
Convert a TcpChannel to a TcpConnection.
- Cookie - Class in bayou.http
-
Http response cookie.
- Cookie(String, String, Duration) - Constructor for class bayou.http.Cookie
-
Create a cookie.
- Cookie(String, String, Duration, String, String, boolean, boolean) - Constructor for class bayou.http.Cookie
-
Create a cookie.
- cookie(String) - Method in interface bayou.http.HttpRequest
-
Get the value of a cookie.
- cookie(String, String) - Method in class bayou.http.HttpRequestImpl
-
Set a cookie.
- cookie(String, String, Duration) - Method in class bayou.http.HttpResponseImpl
-
Add a cookie.
- cookie(Cookie) - Method in class bayou.http.HttpResponseImpl
-
Add a cookie.
- Cookie - Static variable in interface bayou.mime.Headers
-
- CookieJar - Class in bayou.http
-
For managing cookies in a request-response cycle.
- cookies() - Method in interface bayou.http.HttpRequest
-
Request cookies.
- cookies() - Method in class bayou.http.HttpRequestImpl
-
Get the request cookies.
- cookies(Map<String, String>) - Method in class bayou.http.HttpRequestImpl
-
Set the cookies.
- cookies() - Method in interface bayou.http.HttpResponse
-
Response cookies.
- cookies() - Method in class bayou.http.HttpResponseImpl
-
Get the cookies.
- CookieStorage - Interface in bayou.http
-
Cookie storage for HttpClient.
- cookieStorage(CookieStorage) - Method in class bayou.http.HttpClientConf
-
Storage for cookies.
- coords(CharSequence) - Method in class bayou.html.Html4.A
-
Set attribute coords="{value}"
.
- coords(CharSequence) - Method in class bayou.html.Html4.AREA
-
Set attribute coords="{value}"
.
- coords(CharSequence) - Method in class bayou.html.Html5.A
-
- coords(CharSequence) - Method in class bayou.html.Html5.AREA
-
Set attribute coords="{value}"
.
- covary() - Method in interface bayou.async.Async
-
- createContext() - Method in class bayou.ssl.SslConf
-
Create an SSLContext.
- createKeyManagers() - Method in class bayou.ssl.SslConf
-
Create key managers.
- createRandomBoundary(int) - Static method in class bayou.mime.MultipartByteSource
-
Create a random "boundary" of the specified length for a multipart body.
- createTrustManagers() - Method in class bayou.ssl.SslConf
-
Create trust managers.
- crossorigin(CharSequence) - Method in class bayou.html.Html5.AUDIO
-
Set attribute crossorigin="{value}"
.
- crossorigin(CharSequence) - Method in class bayou.html.Html5.IMG
-
Set attribute crossorigin="{value}"
.
- crossorigin(CharSequence) - Method in class bayou.html.Html5.LINK
-
Set attribute crossorigin="{value}"
.
- crossorigin(CharSequence) - Method in class bayou.html.Html5.SCRIPT
-
Set attribute crossorigin="{value}"
.
- crossorigin(CharSequence) - Method in class bayou.html.Html5.VIDEO
-
Set attribute crossorigin="{value}"
.
- CsrfException - Exception in bayou.form
-
To indicate that an HTTP POST request
might be
CSRF.
- CsrfException(String) - Constructor for exception bayou.form.CsrfException
-
- CsrfToken - Class in bayou.form
-
- CsrfToken() - Constructor for class bayou.form.CsrfToken
-
Create a CsrfToken with the default name and the default CookieJar.
- CsrfToken(String, CookieJar) - Constructor for class bayou.form.CsrfToken
-
Create a CsrfToken.
- csrfTokenName(String) - Method in class bayou.form.FormParser
-
The name of the CSRF token.
- current() - Static method in class bayou.async.Fiber
-
Return the current fiber, or null if there is none.
- current() - Static method in class bayou.http.CookieJar
-
Get the default fiber-local CookieJar.
- current(String, String) - Static method in class bayou.http.CookieJar
-
Get the fiber-local CookieJar for the cookie {domain,path}.
- current() - Static method in interface bayou.http.HttpRequest
-
The current fiber-local request; null if none.
- currentExecutor() - Static method in class bayou.async.Fiber
-
Get the executor of the current fiber.
- S() - Constructor for class bayou.html.Html5.S
-
- SAMP() - Constructor for class bayou.html.Html4.SAMP
-
- SAMP() - Constructor for class bayou.html.Html5.SAMP
-
- sandbox(CharSequence) - Method in class bayou.html.Html5.IFRAME
-
Set attribute sandbox="{value}"
.
- scheme(CharSequence) - Method in class bayou.html.Html4.META
-
Set attribute scheme="{value}"
.
- scheme(CharSequence) - Method in class bayou.html.Html5.META
-
- scheme() - Method in interface bayou.http.HttpRequest
-
The scheme, either "https" or "http".
- scope(CharSequence) - Method in class bayou.html.Html4.TD
-
Set attribute scope="{value}"
.
- scope(CharSequence) - Method in class bayou.html.Html4.TH
-
Set attribute scope="{value}"
.
- scope(CharSequence) - Method in class bayou.html.Html5.TD
-
- scope(CharSequence) - Method in class bayou.html.Html5.TH
-
Set attribute scope="{value}"
.
- scoped(boolean) - Method in class bayou.html.Html5.STYLE
-
Set boolean attribute scoped
.
- SCRIPT() - Constructor for class bayou.html.Html4.SCRIPT
-
- SCRIPT() - Constructor for class bayou.html.Html5.SCRIPT
-
- scrolling(CharSequence) - Method in class bayou.html.Html4.IFRAME
-
Set attribute scrolling="{value}"
.
- scrolling(CharSequence) - Method in class bayou.html.Html5.IFRAME
-
- seamless(boolean) - Method in class bayou.html.Html5.IFRAME
-
Set boolean attribute seamless
.
- SECTION() - Constructor for class bayou.html.Html5.SECTION
-
- secure() - Method in class bayou.http.Cookie
-
The
secure property of the cookie.
- secure() - Method in class bayou.websocket.WebSocketRequest
-
Whether the connection is secure.
- SELECT() - Constructor for class bayou.html.Html4.SELECT
-
- SELECT() - Constructor for class bayou.html.Html5.SELECT
-
- selected(boolean) - Method in class bayou.html.Html4.OPTION
-
Set boolean attribute selected
.
- selected(boolean) - Method in class bayou.html.Html5.OPTION
-
Set boolean attribute selected
.
- selectorId - Variable in class bayou.tcp.TcpClient.Conf
-
The id of the selector used by this client.
- selectorIds(int...) - Method in class bayou.http.HttpClientConf
-
Ids of selectors for HttpClient.
- selectorIds(int...) - Method in class bayou.http.HttpServerConf
-
Ids of selectors for this server.
- selectorIds - Variable in class bayou.tcp.TcpServer.Conf
-
Ids of selectors for this server.
- send(HttpRequest) - Method in class bayou.http.HttpClient
-
Send a request and wait for the final response.
- send(HttpRequest) - Method in class bayou.http.HttpClientConnection
-
Send a request over this connection.
- send0(HttpRequest, TcpAddress) - Method in class bayou.http.HttpClient
-
Send a request to `dest`.
- Server - Static variable in interface bayou.mime.Headers
-
- serverSocketBacklog(int) - Method in class bayou.http.HttpServerConf
-
Server socket backlog.
- serverSocketBacklog - Variable in class bayou.tcp.TcpServer.Conf
-
Server socket backlog.
- serverSocketConf(ConsumerX<ServerSocketChannel>) - Method in class bayou.http.HttpServerConf
-
Action to configure the server socket.
- serverSocketConf - Variable in class bayou.tcp.TcpServer.Conf
-
Action to configure the server socket.
- SESSION - Static variable in class bayou.http.Cookie
-
A sentinel value for cookie
maxAge,
meaning the cookie is a session cookie.
- set(T) - Method in class bayou.async.FiberLocal
-
Set the fiber-local value for this variable.
- set(T) - Method in interface bayou.util.Var
-
Set the value of this Var, then return the value.
- Set_Cookie - Static variable in interface bayou.mime.Headers
-
- setAttribute(String, CharSequence) - Method in interface bayou.html.Html4.Element
-
Set the attribute value.
- setAttribute(String, CharSequence) - Method in class bayou.html.HtmlElement
-
Set the value of the attribute.
- setChild(int, HtmlPiece) - Method in interface bayou.html.HtmlParent
-
Replace the child at the index.
- setChild(int, HtmlPiece) - Method in class bayou.html.HtmlParentElement
-
- setCookies(HttpRequest, HttpResponse) - Method in interface bayou.http.CookieStorage
-
Save the cookies carried in the response.
- setFiberLocal(HttpRequest) - Static method in interface bayou.http.HttpRequest
-
Set the fiber-local request.
- setMessageOut(Consumer<CharSequence>) - Method in class bayou.reload.HotReloader
-
Set where diagnosis messages will be printed to.
- setName(String) - Method in class bayou.async.Fiber
-
Set the name of this fiber.
- setProxyDefaults() - Method in class bayou.http.HttpServerConf
-
Set default values suitable for a proxy.
- shape(CharSequence) - Method in class bayou.html.Html4.A
-
Set attribute shape="{value}"
.
- shape(CharSequence) - Method in class bayou.html.Html4.AREA
-
Set attribute shape="{value}"
.
- shape(CharSequence) - Method in class bayou.html.Html5.A
-
- shape(CharSequence) - Method in class bayou.html.Html5.AREA
-
Set attribute shape="{value}"
.
- shutdownOutput() - Method in interface bayou.tcp.TcpChannel
-
Shutdown the output direction of this channel.
- simple(Path) - Static method in interface bayou.file.FileByteSource.ChannelProvider
-
Create a simple ChannelProvider that opens/closes a file channel straightforwardly.
- SimpleByteSource - Class in bayou.bytes
-
A simple ByteSource based on some ByteBuffers.
- SimpleByteSource(Stream<ByteBuffer>) - Constructor for class bayou.bytes.SimpleByteSource
-
Create a SimpleByteSource based on the stream of ByteBuffers.
- SimpleByteSource(ByteBuffer) - Constructor for class bayou.bytes.SimpleByteSource
-
Create a SimpleByteSource based on a single ByteBuffer.
- SimpleByteSource(byte[]) - Constructor for class bayou.bytes.SimpleByteSource
-
Create a SimpleByteSource of the bytes.
- SimpleHttpEntity - Class in bayou.http
-
An HttpEntity of some bytes.
- SimpleHttpEntity(ContentType, Stream<ByteBuffer>) - Constructor for class bayou.http.SimpleHttpEntity
-
Create an HttpEntity with `bytes` as the body.
- SimpleHttpEntity(ContentType, ByteBuffer) - Constructor for class bayou.http.SimpleHttpEntity
-
Create an HttpEntity with `bytes` as the body.
- SimpleHttpEntity(ContentType, byte[]) - Constructor for class bayou.http.SimpleHttpEntity
-
Create an HttpEntity with `bytes` as the body.
- sink() - Method in class bayou.bytes.BytePipe
-
Get the sink of this pipe.
- size() - Method in class bayou.form.FormDataFile
-
The size of the file.
- size(int) - Method in class bayou.html.Html4.INPUT
-
Set attribute size="{value}"
.
- size(int) - Method in class bayou.html.Html4.SELECT
-
Set attribute size="{value}"
.
- size(int) - Method in class bayou.html.Html5.INPUT
-
Set attribute size="{value}"
.
- size(int) - Method in class bayou.html.Html5.SELECT
-
Set attribute size="{value}"
.
- size() - Method in class bayou.mime.HeaderMap
-
- sizes(CharSequence) - Method in class bayou.html.Html5.LINK
-
Set attribute sizes="{value}"
.
- skip(long) - Method in interface bayou.bytes.ByteSource
-
Try to skip forward `n` bytes; return number of bytes actually skipped.
- skip(long) - Method in class bayou.bytes.ByteSource2InputStream
-
- skip(long) - Method in class bayou.bytes.InputStream2ByteSource
-
Try to skip forward `n` bytes.
- skip(long) - Method in class bayou.bytes.PushbackByteSource
-
Try to skip forward `n` bytes.
- skip(long) - Method in class bayou.bytes.RangedByteSource
-
Try to skip forward `n` bytes.
- skip(long) - Method in class bayou.bytes.ThreadSafeByteSource
-
Try to skip forward `n` bytes.
- skip(long) - Method in class bayou.bytes.ThrottledByteSource
-
Skip forward `n` bytes.
- skip(long) - Method in class bayou.file.FileByteSource
-
Try to skip forward `n` bytes.
- skip(long) - Method in class bayou.mime.MultipartByteSource
-
- sleep(Duration) - Static method in class bayou.async.Fiber
-
Start an async action that idles for the specified duration, then succeeds with `null`.
- sleep(Duration, T) - Static method in class bayou.async.Fiber
-
Start an async action that idles for the specified duration, then succeeds with `value`.
- SMALL() - Constructor for class bayou.html.Html4.SMALL
-
- SMALL() - Constructor for class bayou.html.Html5.SMALL
-
- socketConf(ConsumerX<SocketChannel>) - Method in class bayou.http.HttpClientConf
-
Action to configure each TCP socket.
- socketConf(ConsumerX<SocketChannel>) - Method in class bayou.http.HttpServerConf
-
Action to configure each newly accepted socket.
- socketConf - Variable in class bayou.tcp.TcpClient.Conf
-
Action to configure each newly created socket.
- socketConf - Variable in class bayou.tcp.TcpServer.Conf
-
Action to configure each newly accepted socket.
- Socks5Tunnel - Class in bayou.tcp
-
A TcpTunnel using SOCKS5 protocol.
- Socks5Tunnel(TcpAddress, boolean, Supplier<Async<UserPass>>) - Constructor for class bayou.tcp.Socks5Tunnel
-
Create a SOCKS5 tunnel.
- Socks5Tunnel(String, int, String, String) - Constructor for class bayou.tcp.Socks5Tunnel
-
Create a SOCK5 tunnel.
- Socks5Tunnel(String, int) - Constructor for class bayou.tcp.Socks5Tunnel
-
Create a SOCK5 tunnel.
- someOf(Stream<Async<T>>, int) - Static method in class bayou.async.AsyncBundle
-
Create a bundle that succeeds as soon as a number of the tasks succeeds.
- source() - Method in class bayou.bytes.BytePipe
-
Get the source of this pipe.
- SOURCE() - Constructor for class bayou.html.Html5.SOURCE
-
- span(int) - Method in class bayou.html.Html4.COL
-
Set attribute span="{value}"
.
- span(int) - Method in class bayou.html.Html4.COLGROUP
-
Set attribute span="{value}"
.
- SPAN() - Constructor for class bayou.html.Html4.SPAN
-
- span(int) - Method in class bayou.html.Html5.COL
-
Set attribute span="{value}"
.
- span(int) - Method in class bayou.html.Html5.COLGROUP
-
Set attribute span="{value}"
.
- SPAN() - Constructor for class bayou.html.Html5.SPAN
-
- spellcheck(boolean) - Method in interface bayou.html.Html5.Element
-
Set attribute spellcheck="true/false"
.
- src(CharSequence) - Method in class bayou.html.Html4.IFRAME
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html4.IMG
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html4.INPUT
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html4.SCRIPT
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html5.AUDIO
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html5.EMBED
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html5.IFRAME
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html5.IMG
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html5.INPUT
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html5.SCRIPT
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html5.SOURCE
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html5.TRACK
-
Set attribute src="{value}"
.
- src(CharSequence) - Method in class bayou.html.Html5.VIDEO
-
Set attribute src="{value}"
.
- srcdoc(CharSequence) - Method in class bayou.html.Html5.IFRAME
-
Set attribute srcdoc="{value}"
.
- srclang(CharSequence) - Method in class bayou.html.Html5.TRACK
-
Set attribute srclang="{value}"
.
- ssl() - Method in class bayou.tcp.TcpAddress
-
Whether SSL is required.
- SSL_CLOSE_NOTIFY - Static variable in interface bayou.ssl.SslConnection
-
- SslChannel2Connection - Class in bayou.ssl
-
Convert a TcpChannel to SslConnection.
- SslChannel2Connection(boolean, SSLContext, ConsumerX<SSLEngine>) - Constructor for class bayou.ssl.SslChannel2Connection
-
Create a TcpChannel to SslConnection converter
- SslConf - Class in bayou.ssl
-
SSL configuration.
- SslConf() - Constructor for class bayou.ssl.SslConf
-
Create an SslConf with default values.
- SslConnection - Interface in bayou.ssl
-
Non-blocking SSL connection.
- sslContext(SSLContext) - Method in class bayou.http.HttpClientConf
-
SSLContext for SSL connections.
- sslContext(SSLContext) - Method in class bayou.http.HttpServerConf
-
SSLContext for SSL connections.
- sslEngineConf(ConsumerX<SSLEngine>) - Method in class bayou.http.HttpClientConf
-
Action to configure each SSLEngine.
- sslEngineConf(ConsumerX<SSLEngine>) - Method in class bayou.http.HttpServerConf
-
Action to configure each SSLEngine.
- sslHandshakeTimeout(Duration) - Method in class bayou.http.HttpServerConf
-
Timeout for completing the SSL handshake on an SSL connection.
- sslKeyStore(String, String) - Method in class bayou.http.HttpServerConf
-
- sslPort(int...) - Method in class bayou.http.HttpServerConf
-
SSL port numbers.
- STALL - Static variable in interface bayou.tcp.TcpConnection
-
Sentinel value for read(), meaning nothing is available for read at the moment.
- standby(CharSequence) - Method in class bayou.html.Html4.OBJECT
-
Set attribute standby="{value}"
.
- standby(CharSequence) - Method in class bayou.html.Html5.OBJECT
-
- start(int) - Method in class bayou.html.Html5.OL
-
Set attribute start="{value}"
.
- start() - Method in class bayou.http.HttpServer
-
Start the server.
- start() - Method in class bayou.tcp.TcpServer
-
Start the server.
- StaticFileConf - Class in bayou.file
-
Configuration of a single file in a StaticHandler.
- StaticFileConf(Path) - Constructor for class bayou.file.StaticFileConf
-
Create a StaticFileConf with default values.
- StaticHandler - Class in bayou.file
-
HttpHandler for static files.
- StaticHandler(String, String) - Constructor for class bayou.file.StaticHandler
-
Create a StaticHandler with default settings.
- StaticHandler(String, String, ConsumerX<StaticFileConf>) - Constructor for class bayou.file.StaticHandler
-
Create a StaticHandler.
- status() - Method in interface bayou.http.HttpResponse
-
Response status.
- status() - Method in class bayou.http.HttpResponseImpl
-
Get the status.
- status(HttpStatus) - Method in class bayou.http.HttpResponseImpl
-
Set the status.
- statusCode() - Method in interface bayou.http.HttpResponse
-
Shorthand for status().code()
.
- step(CharSequence) - Method in class bayou.html.Html5.INPUT
-
Set attribute step="{value}"
.
- stop(Duration) - Method in class bayou.http.HttpServer
-
Gracefully stop the server.
- stop(Duration) - Method in class bayou.tcp.TcpServer
-
Gracefully stop the server.
- stopAccepting() - Method in class bayou.http.HttpServer
-
Stop accepting new requests.
- stopAccepting() - Method in class bayou.tcp.TcpServer
-
Stop accepting new connections.
- stopAll() - Method in class bayou.http.HttpServer
-
Stop accepting new requests and abort outstanding requests.
- stopAll() - Method in class bayou.tcp.TcpServer
-
Stop accepting new connections and kill all connections.
- STRONG() - Constructor for class bayou.html.Html4.STRONG
-
- STRONG() - Constructor for class bayou.html.Html5.STRONG
-
- style(CharSequence) - Method in interface bayou.html.Html4.Element
-
Set attribute style="{value}"
.
- STYLE() - Constructor for class bayou.html.Html4.STYLE
-
- style(CharSequence) - Method in interface bayou.html.Html5.Element
-
Set attribute style="{value}"
.
- STYLE() - Constructor for class bayou.html.Html5.STYLE
-
- SUB() - Constructor for class bayou.html.Html4.SUB
-
- SUB() - Constructor for class bayou.html.Html5.SUB
-
- subprotocols() - Method in class bayou.websocket.WebSocketRequest
-
The subprotocols.
- subtype() - Method in class bayou.mime.ContentType
-
The subtype, in lower case.
- succeed(T) - Method in class bayou.async.Promise
-
Complete this Promise with success of value `v`.
- success(T) - Static method in interface bayou.async.Async
-
Create an `Async<T>` that immediately succeeds with `value`.
- success(T) - Static method in interface bayou.util.Result
-
Create a success Result with the value
.
- summary(CharSequence) - Method in class bayou.html.Html4.TABLE
-
Set attribute summary="{value}"
.
- SUMMARY() - Constructor for class bayou.html.Html5.SUMMARY
-
- summary(CharSequence) - Method in class bayou.html.Html5.TABLE
-
- SUP() - Constructor for class bayou.html.Html4.SUP
-
- SUP() - Constructor for class bayou.html.Html5.SUP
-
- supportedMethods(String...) - Method in class bayou.http.HttpServerConf
-
HTTP methods supported by the server.
- sync() - Method in interface bayou.async.Async
-
Block the current thread util this async action completes; return the result or throw the exception.
- t(long) - Method in interface bayou.bytes.ThrottledByteSource.Curve
-
The inverse function of b(t).
- tabindex(int) - Method in class bayou.html.Html4.A
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html4.AREA
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html4.BUTTON
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html4.INPUT
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html4.OBJECT
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html4.SELECT
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html4.TEXTAREA
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html5.A
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html5.AREA
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html5.BUTTON
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in interface bayou.html.Html5.Element
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html5.INPUT
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html5.OBJECT
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html5.SELECT
-
Set attribute tabindex="{value}"
.
- tabindex(int) - Method in class bayou.html.Html5.TEXTAREA
-
Set attribute tabindex="{value}"
.
- TABLE() - Constructor for class bayou.html.Html4.TABLE
-
- TABLE() - Constructor for class bayou.html.Html5.TABLE
-
- target(CharSequence) - Method in class bayou.html.Html4.A
-
Set attribute target="{value}"
.
- target(CharSequence) - Method in class bayou.html.Html4.AREA
-
Set attribute target="{value}"
.
- target(CharSequence) - Method in class bayou.html.Html4.BASE
-
Set attribute target="{value}"
.
- target(CharSequence) - Method in class bayou.html.Html4.FORM
-
Set attribute target="{value}"
.
- target(CharSequence) - Method in class bayou.html.Html4.LINK
-
Set attribute target="{value}"
.
- target(CharSequence) - Method in class bayou.html.Html5.A
-
Set attribute target="{value}"
.
- target(CharSequence) - Method in class bayou.html.Html5.AREA
-
Set attribute target="{value}"
.
- target(CharSequence) - Method in class bayou.html.Html5.BASE
-
Set attribute target="{value}"
.
- target(CharSequence) - Method in class bayou.html.Html5.FORM
-
Set attribute target="{value}"
.
- target(CharSequence) - Method in class bayou.html.Html5.LINK
-
- TBODY() - Constructor for class bayou.html.Html4.TBODY
-
- TBODY() - Constructor for class bayou.html.Html5.TBODY
-
- TCP_FIN - Static variable in interface bayou.tcp.TcpConnection
-
Sentinel value for read() and queueWrite(), representing TCP FIN.
- TcpAddress - Class in bayou.tcp
-
Address of a TCP service.
- TcpAddress(boolean, String, int) - Constructor for class bayou.tcp.TcpAddress
-
Create an instance.
- TcpAddress(String, int) - Constructor for class bayou.tcp.TcpAddress
-
Create an instance.
- TcpChannel - Interface in bayou.tcp
-
Non-blocking TCP channel.
- TcpChannel2Connection - Class in bayou.tcp
-
Convert TcpChannel to TcpConnection.
- TcpChannel2Connection(int, int) - Constructor for class bayou.tcp.TcpChannel2Connection
-
Create a TcpChannel to TcpConnection converter.
- TcpClient - Class in bayou.tcp
-
Non-blocking TCP client.
- TcpClient(TcpClient.Conf) - Constructor for class bayou.tcp.TcpClient
-
Create a TcpClient.
- TcpClient.Conf - Class in bayou.tcp
-
- TcpConnection - Interface in bayou.tcp
-
Non-blocking TCP connection.
- TcpServer - Class in bayou.tcp
-
Non-blocking TCP server.
- TcpServer(TcpServer.Conf) - Constructor for class bayou.tcp.TcpServer
-
Create a TcpServer.
- TcpServer.Conf - Class in bayou.tcp
-
Configuration for TcpServer.
- TcpTunnel - Interface in bayou.tcp
-
A tunnel forwarding data between TCP clients and servers.
- TD() - Constructor for class bayou.html.Html4.TD
-
- TD() - Constructor for class bayou.html.Html5.TD
-
- TE - Static variable in interface bayou.mime.Headers
-
- TEMPLATE() - Constructor for class bayou.html.Html5.TEMPLATE
-
- text(int, CharSequence...) - Static method in interface bayou.http.HttpResponse
-
Create a "text/plain;charset=UTF-8"
response.
- text(CharSequence) - Static method in interface bayou.websocket.WebSocketMessage
-
Create a text message containing the chars.
- text(ByteSource) - Static method in interface bayou.websocket.WebSocketMessage
-
Wrap a ByteSource as a text message.
- text_html_UTF_8 - Static variable in class bayou.mime.ContentType
-
ContentType of "text/html;charset=UTF-8"
.
- text_plain_ISO88591 - Static variable in class bayou.mime.ContentType
-
ContentType of "text/plain;charset=ISO-8859-1"
.
- text_plain_US_ASCII - Static variable in class bayou.mime.ContentType
-
ContentType of "text/plain;charset=US-ASCII"
.
- text_plain_UTF_8 - Static variable in class bayou.mime.ContentType
-
ContentType of "text/plain;charset=UTF-8"
.
- TEXTAREA() - Constructor for class bayou.html.Html4.TEXTAREA
-
- TEXTAREA() - Constructor for class bayou.html.Html5.TEXTAREA
-
- TextByteSource - Class in bayou.text
-
A ByteSource encoding texts to bytes.
- TextByteSource(int, CharsetEncoder, Stream<? extends CharSequence>) - Constructor for class bayou.text.TextByteSource
-
Create a TextByteSource that encodes charSource to bytes.
- TextByteSource(CharSequence...) - Constructor for class bayou.text.TextByteSource
-
Create a TextByteSource that encodes charSource to UTF-8 bytes.
- TextDoc - Interface in bayou.text
-
Textual document, for example text/html, text/plain.
- TextHttpEntity - Class in bayou.text
-
An HttpEntity representing some texts.
- TextHttpEntity(TextDoc) - Constructor for class bayou.text.TextHttpEntity
-
Create a TextHttpEntity over the TextDoc.
- TextHttpEntity(ContentType, Stream<? extends CharSequence>) - Constructor for class bayou.text.TextHttpEntity
-
Create a TextHttpEntity of the texts.
- TextHttpEntity(ContentType, CharSequence...) - Constructor for class bayou.text.TextHttpEntity
-
Create a TextHttpEntity of the texts.
- TextHttpEntity(CharSequence...) - Constructor for class bayou.text.TextHttpEntity
-
Create a TextHttpEntity of the texts, as "text/plain;charset=UTF-8"
.
- TFOOT() - Constructor for class bayou.html.Html4.TFOOT
-
- TFOOT() - Constructor for class bayou.html.Html5.TFOOT
-
- TH() - Constructor for class bayou.html.Html4.TH
-
- TH() - Constructor for class bayou.html.Html5.TH
-
- THEAD() - Constructor for class bayou.html.Html4.THEAD
-
- THEAD() - Constructor for class bayou.html.Html5.THEAD
-
- then(FunctionX<T, Async<R>>) - Method in interface bayou.async.Async
-
After `this` action succeeds, invoke a subsequent action.
- then(FunctionX<T, Async<R>>, FunctionX<Exception, Async<R>>) - Method in interface bayou.async.Async
-
After `this` action completes, invoke a subsequence action.
- then(ConsumerX<T>) - Method in interface bayou.util.function.ConsumerX
-
- ThreadSafeByteSource - Class in bayou.bytes
-
A thread-safe wrapper of a ByteSource; supporting arbitrary close().
- ThreadSafeByteSource(ByteSource) - Constructor for class bayou.bytes.ThreadSafeByteSource
-
Creates a thread-safe wrapper of the `origin` ByteSource.
- throttle(long, HttpResponse) - Static method in interface bayou.http.HttpResponse
-
Throttle the response.
- ThrottledByteSource - Class in bayou.bytes
-
Throttles a ByteSource to limit how fast bytes can be served.
- ThrottledByteSource(ByteSource, int, ThrottledByteSource.Curve) - Constructor for class bayou.bytes.ThrottledByteSource
-
Create a throttled wrapper of the origin source.
- ThrottledByteSource(ByteSource, int, long, long) - Constructor for class bayou.bytes.ThrottledByteSource
-
Create a throttled wrapper of the origin source, with a linear curve.
- ThrottledByteSource.Curve - Interface in bayou.bytes
-
- ThrottledHttpEntity - Class in bayou.http
-
Throttles the origin HttpEntity.
- ThrottledHttpEntity(HttpEntity, int, ThrottledByteSource.Curve) - Constructor for class bayou.http.ThrottledHttpEntity
-
Create a throttled wrapper of the origin entity.
- ThrottledHttpEntity(HttpEntity, int, long, long) - Constructor for class bayou.http.ThrottledHttpEntity
-
Create a throttled wrapper of the origin source, with a linear curve.
- TIME() - Constructor for class bayou.html.Html5.TIME
-
- timeout(Duration) - Method in interface bayou.async.Async
-
Fail this action with
TimeoutException
if it's not completed within the specific duration.
- timeout(Duration) - Method in interface bayou.async.AutoAsync
-
- timeout(Duration) - Method in interface bayou.util.Result
-
- timeRequestReceived - Variable in class bayou.http.HttpAccess
-
The time when the request is received.
- timeResponseBegins - Variable in class bayou.http.HttpAccess
-
The time when the server starts to write the response.
- timeResponseEnds - Variable in class bayou.http.HttpAccess
-
The time when the server finishes writing the response.
- title(CharSequence) - Method in interface bayou.html.Html4.Element
-
Set attribute title="{value}"
.
- TITLE() - Constructor for class bayou.html.Html4.TITLE
-
- title(CharSequence) - Method in interface bayou.html.Html5.Element
-
Set attribute title="{value}"
.
- TITLE() - Constructor for class bayou.html.Html5.TITLE
-
- tmpFileDir(String) - Method in class bayou.form.FormParser
-
The tmp dir for storing files.
- tmpOutDirFor(String...) - Static method in class bayou.reload.JavacCompiler
-
Create an outDir
under "/tmp"
for srcDirs
.
- toCombinedLogFormat() - Method in class bayou.http.HttpAccess
-
Convert to "Combined Log Format".
- toCommonLogFormat() - Method in class bayou.http.HttpAccess
-
Convert to "Common Log Format".
- toGet(String) - Static method in interface bayou.http.HttpRequest
-
Create a GET request.
- toInputString() - Method in class bayou.form.CsrfToken
-
Make an <input> string representing this token.
- token() - Method in class bayou.mime.TokenParams
-
The token.
- TokenParams - Class in bayou.mime
-
Represents a token with some parameters.
- TokenParams(String, Map<String, String>) - Constructor for class bayou.mime.TokenParams
-
Create a TokenParams instance.
- toList() - Method in interface bayou.async.AsyncIterator
-
Gather all elements into a List.
- toMap() - Method in class bayou.http.CookieJar
-
Get all cookies in this jar as a Map.
- toPost(String, String, byte[]) - Static method in interface bayou.http.HttpRequest
-
Create a POST request.
- toRequest() - Method in class bayou.form.FormData
-
Create an http request that submits the form data.
- toResponse(int) - Method in interface bayou.html.HtmlDoc
-
Create an http response serving this document.
- toSetCookieString() - Method in class bayou.http.Cookie
-
Convert to string, as the cookie would appear in a Set-Cookie response header.
- toSink(ByteSink) - Method in interface bayou.bytes.ByteSource
-
Write the bytes from this source to the sink.
- toString() - Method in class bayou.async.Promise
-
- toString() - Method in class bayou.form.FormDataFile
-
A string representing this object, for diagnosis purpose.
- toString() - Method in class bayou.http.HttpStatus
-
Return a string of "Status-Code SP Reason-Phrase"
, for example, "200 OK".
- toString() - Method in class bayou.mime.ContentType
-
The string form of this ContentType, for example, "text/html;charset=UTF-8"
.
- toString() - Method in class bayou.mime.HeaderMap
-
- toString() - Method in class bayou.mime.TokenParams
-
Return a String in the form of "token; n1=v1; n2=v2 ..."
.
- toUri() - Method in class bayou.form.FormData
-
Create a URI containing the form data.
- TR() - Constructor for class bayou.html.Html4.TR
-
- TR() - Constructor for class bayou.html.Html5.TR
-
- TRACK() - Constructor for class bayou.html.Html5.TRACK
-
- trafficDump(Consumer<CharSequence>) - Method in class bayou.http.HttpClientConf
-
Where to dump http traffic, for debugging purpose.
- trafficDump(Consumer<CharSequence>) - Method in class bayou.http.HttpServerConf
-
Where to dump http traffic, for debugging purpose.
- trafficDump(Consumer<CharSequence>) - Method in class bayou.websocket.WebSocketServerConf
-
Where to dump websocket traffic, for debugging purpose.
- Trailer - Static variable in interface bayou.mime.Headers
-
- Transfer_Encoding - Static variable in interface bayou.mime.Headers
-
- transform(FunctionX<Result<T>, Async<R>>) - Method in interface bayou.async.Async
-
After `this` action completes, invoke a function to transform the result.
- translate(boolean) - Method in interface bayou.html.Html5.Element
-
Set attribute translate="yes/no"
.
- triggerOf(int, int) - Static method in class bayou.async.AsyncBundle
-
- trustAll() - Method in class bayou.ssl.SslConf
-
Use a TrustManager that accept all peer certificates, including all self-signed ones.
- trustManagerFactoryAlgorithm(String) - Method in class bayou.ssl.SslConf
-
Algorithm for KeyManagerFactory.
- trustStoreFile(String) - Method in class bayou.ssl.SslConf
-
The trust store file path.
- trustStorePass(String) - Method in class bayou.ssl.SslConf
-
The trust store file password.
- trustStoreType(String) - Method in class bayou.ssl.SslConf
-
The trust store file type.
- tryUpgrade(HttpRequest, TcpConnection) - Method in interface bayou.http.HttpUpgrader
-
Try to upgrade the http connection.
- TT() - Constructor for class bayou.html.Html4.TT
-
- tunnels(TcpTunnel...) - Method in class bayou.http.HttpClientConf
-
Tcp tunnels for every HTTP connection.
- tunnelTo(TcpConnection, String, int) - Method in class bayou.http.ConnectTunnel
-
- tunnelTo(TcpConnection, String, int) - Method in class bayou.tcp.Socks5Tunnel
-
- tunnelTo(TcpConnection, String, int) - Method in interface bayou.tcp.TcpTunnel
-
Tunnel to the remote host:port.
- TYPE - Static variable in class bayou.html.Html4.A
-
HtmlElementType for <a>
(void=false, block=false, pre=false).
- type(CharSequence) - Method in class bayou.html.Html4.A
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html4.ABBR
-
HtmlElementType for <abbr>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.ACRONYM
-
HtmlElementType for <acronym>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.ADDRESS
-
HtmlElementType for <address>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.AREA
-
HtmlElementType for <area>
(void=true, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.B
-
HtmlElementType for <b>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.BASE
-
HtmlElementType for <base>
(void=true, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.BDO
-
HtmlElementType for <bdo>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.BIG
-
HtmlElementType for <big>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.BLOCKQUOTE
-
HtmlElementType for <blockquote>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.BODY
-
HtmlElementType for <body>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.BR
-
HtmlElementType for <br>
(void=true, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.BUTTON
-
HtmlElementType for <button>
(void=false, block=false, pre=false).
- type(CharSequence) - Method in class bayou.html.Html4.BUTTON
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html4.CAPTION
-
HtmlElementType for <caption>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.CITE
-
HtmlElementType for <cite>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.CODE
-
HtmlElementType for <code>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.COL
-
HtmlElementType for <col>
(void=true, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.COLGROUP
-
HtmlElementType for <colgroup>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.DD
-
HtmlElementType for <dd>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.DEL
-
HtmlElementType for <del>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.DFN
-
HtmlElementType for <dfn>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.DIV
-
HtmlElementType for <div>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.DL
-
HtmlElementType for <dl>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.DT
-
HtmlElementType for <dt>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.EM
-
HtmlElementType for <em>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.FIELDSET
-
HtmlElementType for <fieldset>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.FORM
-
HtmlElementType for <form>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.H1
-
HtmlElementType for <h1>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.H2
-
HtmlElementType for <h2>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.H3
-
HtmlElementType for <h3>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.H4
-
HtmlElementType for <h4>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.H5
-
HtmlElementType for <h5>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.H6
-
HtmlElementType for <h6>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.HEAD
-
HtmlElementType for <head>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.HR
-
HtmlElementType for <hr>
(void=true, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.HTML
-
HtmlElementType for <html>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.I
-
HtmlElementType for <i>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.IFRAME
-
HtmlElementType for <iframe>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.IMG
-
HtmlElementType for <img>
(void=true, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.INPUT
-
HtmlElementType for <input>
(void=true, block=false, pre=false).
- type(CharSequence) - Method in class bayou.html.Html4.INPUT
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html4.INS
-
HtmlElementType for <ins>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.KBD
-
HtmlElementType for <kbd>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.LABEL
-
HtmlElementType for <label>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.LEGEND
-
HtmlElementType for <legend>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.LI
-
HtmlElementType for <li>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.LINK
-
HtmlElementType for <link>
(void=true, block=true, pre=false).
- type(CharSequence) - Method in class bayou.html.Html4.LINK
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html4.MAP
-
HtmlElementType for <map>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.META
-
HtmlElementType for <meta>
(void=true, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.NOSCRIPT
-
HtmlElementType for <noscript>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.OBJECT
-
HtmlElementType for <object>
(void=false, block=false, pre=false).
- type(CharSequence) - Method in class bayou.html.Html4.OBJECT
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html4.OL
-
HtmlElementType for <ol>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.OPTGROUP
-
HtmlElementType for <optgroup>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.OPTION
-
HtmlElementType for <option>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.P
-
HtmlElementType for <p>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.PARAM
-
HtmlElementType for <param>
(void=true, block=true, pre=false).
- type(CharSequence) - Method in class bayou.html.Html4.PARAM
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html4.PRE
-
HtmlElementType for <pre>
(void=false, block=true, pre=true).
- TYPE - Static variable in class bayou.html.Html4.Q
-
HtmlElementType for <q>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.SAMP
-
HtmlElementType for <samp>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.SCRIPT
-
HtmlElementType for <script>
(void=false, block=true, pre=true).
- type(CharSequence) - Method in class bayou.html.Html4.SCRIPT
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html4.SELECT
-
HtmlElementType for <select>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.SMALL
-
HtmlElementType for <small>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.SPAN
-
HtmlElementType for <span>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.STRONG
-
HtmlElementType for <strong>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.STYLE
-
HtmlElementType for <style>
(void=false, block=true, pre=true).
- type(CharSequence) - Method in class bayou.html.Html4.STYLE
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html4.SUB
-
HtmlElementType for <sub>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.SUP
-
HtmlElementType for <sup>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.TABLE
-
HtmlElementType for <table>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.TBODY
-
HtmlElementType for <tbody>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.TD
-
HtmlElementType for <td>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.TEXTAREA
-
HtmlElementType for <textarea>
(void=false, block=false, pre=true).
- TYPE - Static variable in class bayou.html.Html4.TFOOT
-
HtmlElementType for <tfoot>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.TH
-
HtmlElementType for <th>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.THEAD
-
HtmlElementType for <thead>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.TITLE
-
HtmlElementType for <title>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.TR
-
HtmlElementType for <tr>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.TT
-
HtmlElementType for <tt>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html4.UL
-
HtmlElementType for <ul>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html4.VAR
-
HtmlElementType for <var>
(void=false, block=false, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.A
-
Set attribute type="{value}"
.
- type(CharSequence) - Method in class bayou.html.Html5.AREA
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html5.ARTICLE
-
HtmlElementType for <article>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.ASIDE
-
HtmlElementType for <aside>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.AUDIO
-
HtmlElementType for <audio>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.BDI
-
HtmlElementType for <bdi>
(void=false, block=false, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.BUTTON
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html5.CANVAS
-
HtmlElementType for <canvas>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.DATA
-
HtmlElementType for <data>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.DATALIST
-
HtmlElementType for <datalist>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.DETAILS
-
HtmlElementType for <details>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.DIALOG
-
HtmlElementType for <dialog>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.EMBED
-
HtmlElementType for <embed>
(void=true, block=false, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.EMBED
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html5.FIGCAPTION
-
HtmlElementType for <figcaption>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.FIGURE
-
HtmlElementType for <figure>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.FOOTER
-
HtmlElementType for <footer>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.HEADER
-
HtmlElementType for <header>
(void=false, block=true, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.INPUT
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html5.KEYGEN
-
HtmlElementType for <keygen>
(void=true, block=false, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.LINK
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html5.MAIN
-
HtmlElementType for <main>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.MARK
-
HtmlElementType for <mark>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.MENU
-
HtmlElementType for <menu>
(void=false, block=true, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.MENU
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html5.MENUITEM
-
HtmlElementType for <menuitem>
(void=true, block=true, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.MENUITEM
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html5.METER
-
HtmlElementType for <meter>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.NAV
-
HtmlElementType for <nav>
(void=false, block=true, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.OBJECT
-
Set attribute type="{value}"
.
- type(CharSequence) - Method in class bayou.html.Html5.OL
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html5.OUTPUT
-
HtmlElementType for <output>
(void=false, block=false, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.PARAM
-
- TYPE - Static variable in class bayou.html.Html5.PROGRESS
-
HtmlElementType for <progress>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.RP
-
HtmlElementType for <rp>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.RT
-
HtmlElementType for <rt>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.RUBY
-
HtmlElementType for <ruby>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.S
-
HtmlElementType for <s>
(void=false, block=false, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.SCRIPT
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html5.SECTION
-
HtmlElementType for <section>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.SOURCE
-
HtmlElementType for <source>
(void=true, block=true, pre=false).
- type(CharSequence) - Method in class bayou.html.Html5.SOURCE
-
Set attribute type="{value}"
.
- type(CharSequence) - Method in class bayou.html.Html5.STYLE
-
Set attribute type="{value}"
.
- TYPE - Static variable in class bayou.html.Html5.SUMMARY
-
HtmlElementType for <summary>
(void=false, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.TEMPLATE
-
HtmlElementType for <template>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.TIME
-
HtmlElementType for <time>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.TRACK
-
HtmlElementType for <track>
(void=true, block=true, pre=false).
- TYPE - Static variable in class bayou.html.Html5.U
-
HtmlElementType for <u>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.VIDEO
-
HtmlElementType for <video>
(void=false, block=false, pre=false).
- TYPE - Static variable in class bayou.html.Html5.WBR
-
HtmlElementType for <wbr>
(void=true, block=false, pre=false).
- type() - Method in class bayou.mime.ContentType
-
The type, in lower case.
- typemustmatch(boolean) - Method in class bayou.html.Html5.OBJECT
-
Set boolean attribute typemustmatch
.
- types() - Method in class bayou.mime.ContentType
-
The type and subtype, joined by "/".
- _a() - Method in interface bayou.html.Html4
-
Build element <a>
.
- _a(Object...) - Method in interface bayou.html.Html4
-
Build element <a>
with children.
- _a(Runnable) - Method in interface bayou.html.Html4
-
Build element <a>
; with it as the context parent, run `code`.
- _a() - Method in interface bayou.html.Html5
-
Build element <a>
.
- _a(Object...) - Method in interface bayou.html.Html5
-
Build element <a>
with children.
- _a(Runnable) - Method in interface bayou.html.Html5
-
Build element <a>
; with it as the context parent, run `code`.
- _abbr() - Method in interface bayou.html.Html4
-
Build element <abbr>
.
- _abbr(Object...) - Method in interface bayou.html.Html4
-
Build element <abbr>
with children.
- _abbr(Runnable) - Method in interface bayou.html.Html4
-
Build element <abbr>
; with it as the context parent, run `code`.
- _abbr() - Method in interface bayou.html.Html5
-
Build element <abbr>
.
- _abbr(Object...) - Method in interface bayou.html.Html5
-
Build element <abbr>
with children.
- _abbr(Runnable) - Method in interface bayou.html.Html5
-
Build element <abbr>
; with it as the context parent, run `code`.
- _acronym() - Method in interface bayou.html.Html4
-
Build element <acronym>
.
- _acronym(Object...) - Method in interface bayou.html.Html4
-
Build element <acronym>
with children.
- _acronym(Runnable) - Method in interface bayou.html.Html4
-
Build element <acronym>
; with it as the context parent, run `code`.
- _address() - Method in interface bayou.html.Html4
-
Build element <address>
.
- _address(Object...) - Method in interface bayou.html.Html4
-
Build element <address>
with children.
- _address(Runnable) - Method in interface bayou.html.Html4
-
Build element <address>
; with it as the context parent, run `code`.
- _address() - Method in interface bayou.html.Html5
-
Build element <address>
.
- _address(Object...) - Method in interface bayou.html.Html5
-
Build element <address>
with children.
- _address(Runnable) - Method in interface bayou.html.Html5
-
Build element <address>
; with it as the context parent, run `code`.
- _area() - Method in interface bayou.html.Html4
-
Build element <area>
.
- _area() - Method in interface bayou.html.Html5
-
Build element <area>
.
- _article() - Method in interface bayou.html.Html5
-
Build element <article>
.
- _article(Object...) - Method in interface bayou.html.Html5
-
Build element <article>
with children.
- _article(Runnable) - Method in interface bayou.html.Html5
-
Build element <article>
; with it as the context parent, run `code`.
- _aside() - Method in interface bayou.html.Html5
-
Build element <aside>
.
- _aside(Object...) - Method in interface bayou.html.Html5
-
Build element <aside>
with children.
- _aside(Runnable) - Method in interface bayou.html.Html5
-
Build element <aside>
; with it as the context parent, run `code`.
- _audio() - Method in interface bayou.html.Html5
-
Build element <audio>
.
- _audio(Object...) - Method in interface bayou.html.Html5
-
Build element <audio>
with children.
- _audio(Runnable) - Method in interface bayou.html.Html5
-
Build element <audio>
; with it as the context parent, run `code`.
- _b() - Method in interface bayou.html.Html4
-
Build element <b>
.
- _b(Object...) - Method in interface bayou.html.Html4
-
Build element <b>
with children.
- _b(Runnable) - Method in interface bayou.html.Html4
-
Build element <b>
; with it as the context parent, run `code`.
- _b() - Method in interface bayou.html.Html5
-
Build element <b>
.
- _b(Object...) - Method in interface bayou.html.Html5
-
Build element <b>
with children.
- _b(Runnable) - Method in interface bayou.html.Html5
-
Build element <b>
; with it as the context parent, run `code`.
- _base() - Method in interface bayou.html.Html4
-
Build element <base>
.
- _base() - Method in interface bayou.html.Html5
-
Build element <base>
.
- _bdi() - Method in interface bayou.html.Html5
-
Build element <bdi>
.
- _bdi(Object...) - Method in interface bayou.html.Html5
-
Build element <bdi>
with children.
- _bdi(Runnable) - Method in interface bayou.html.Html5
-
Build element <bdi>
; with it as the context parent, run `code`.
- _bdo() - Method in interface bayou.html.Html4
-
Build element <bdo>
.
- _bdo(Object...) - Method in interface bayou.html.Html4
-
Build element <bdo>
with children.
- _bdo(Runnable) - Method in interface bayou.html.Html4
-
Build element <bdo>
; with it as the context parent, run `code`.
- _bdo() - Method in interface bayou.html.Html5
-
Build element <bdo>
.
- _bdo(Object...) - Method in interface bayou.html.Html5
-
Build element <bdo>
with children.
- _bdo(Runnable) - Method in interface bayou.html.Html5
-
Build element <bdo>
; with it as the context parent, run `code`.
- _big() - Method in interface bayou.html.Html4
-
Build element <big>
.
- _big(Object...) - Method in interface bayou.html.Html4
-
Build element <big>
with children.
- _big(Runnable) - Method in interface bayou.html.Html4
-
Build element <big>
; with it as the context parent, run `code`.
- _blockquote() - Method in interface bayou.html.Html4
-
Build element <blockquote>
.
- _blockquote(Object...) - Method in interface bayou.html.Html4
-
Build element <blockquote>
with children.
- _blockquote(Runnable) - Method in interface bayou.html.Html4
-
Build element <blockquote>
; with it as the context parent, run `code`.
- _blockquote() - Method in interface bayou.html.Html5
-
Build element <blockquote>
.
- _blockquote(Object...) - Method in interface bayou.html.Html5
-
Build element <blockquote>
with children.
- _blockquote(Runnable) - Method in interface bayou.html.Html5
-
Build element <blockquote>
; with it as the context parent, run `code`.
- _body() - Method in interface bayou.html.Html4
-
Build element <body>
.
- _body(Object...) - Method in interface bayou.html.Html4
-
Build element <body>
with children.
- _body(Runnable) - Method in interface bayou.html.Html4
-
Build element <body>
; with it as the context parent, run `code`.
- _body() - Method in class bayou.html.Html4Doc
-
Return the <body> element.
- _body(Object...) - Method in class bayou.html.Html4Doc
-
Add children to the <body> element.
- _body(Runnable) - Method in class bayou.html.Html4Doc
-
Run `code` with the <body> element as the context parent.
- _body() - Method in interface bayou.html.Html5
-
Build element <body>
.
- _body(Object...) - Method in interface bayou.html.Html5
-
Build element <body>
with children.
- _body(Runnable) - Method in interface bayou.html.Html5
-
Build element <body>
; with it as the context parent, run `code`.
- _body() - Method in class bayou.html.Html5Doc
-
Return the <body> element.
- _body(Object...) - Method in class bayou.html.Html5Doc
-
Add children to the <body> element.
- _body(Runnable) - Method in class bayou.html.Html5Doc
-
Run `code` with the <body> element as the context parent.
- _br() - Method in interface bayou.html.Html4
-
Build element <br>
.
- _br() - Method in interface bayou.html.Html5
-
Build element <br>
.
- _button() - Method in interface bayou.html.Html4
-
Build element <button>
.
- _button(Object...) - Method in interface bayou.html.Html4
-
Build element <button>
with children.
- _button(Runnable) - Method in interface bayou.html.Html4
-
Build element <button>
; with it as the context parent, run `code`.
- _button() - Method in interface bayou.html.Html5
-
Build element <button>
.
- _button(Object...) - Method in interface bayou.html.Html5
-
Build element <button>
with children.
- _button(Runnable) - Method in interface bayou.html.Html5
-
Build element <button>
; with it as the context parent, run `code`.
- _canvas() - Method in interface bayou.html.Html5
-
Build element <canvas>
.
- _canvas(Object...) - Method in interface bayou.html.Html5
-
Build element <canvas>
with children.
- _canvas(Runnable) - Method in interface bayou.html.Html5
-
Build element <canvas>
; with it as the context parent, run `code`.
- _caption() - Method in interface bayou.html.Html4
-
Build element <caption>
.
- _caption(Object...) - Method in interface bayou.html.Html4
-
Build element <caption>
with children.
- _caption(Runnable) - Method in interface bayou.html.Html4
-
Build element <caption>
; with it as the context parent, run `code`.
- _caption() - Method in interface bayou.html.Html5
-
Build element <caption>
.
- _caption(Object...) - Method in interface bayou.html.Html5
-
Build element <caption>
with children.
- _caption(Runnable) - Method in interface bayou.html.Html5
-
Build element <caption>
; with it as the context parent, run `code`.
- _cite() - Method in interface bayou.html.Html4
-
Build element <cite>
.
- _cite(Object...) - Method in interface bayou.html.Html4
-
Build element <cite>
with children.
- _cite(Runnable) - Method in interface bayou.html.Html4
-
Build element <cite>
; with it as the context parent, run `code`.
- _cite() - Method in interface bayou.html.Html5
-
Build element <cite>
.
- _cite(Object...) - Method in interface bayou.html.Html5
-
Build element <cite>
with children.
- _cite(Runnable) - Method in interface bayou.html.Html5
-
Build element <cite>
; with it as the context parent, run `code`.
- _code() - Method in interface bayou.html.Html4
-
Build element <code>
.
- _code(Object...) - Method in interface bayou.html.Html4
-
Build element <code>
with children.
- _code(Runnable) - Method in interface bayou.html.Html4
-
Build element <code>
; with it as the context parent, run `code`.
- _code() - Method in interface bayou.html.Html5
-
Build element <code>
.
- _code(Object...) - Method in interface bayou.html.Html5
-
Build element <code>
with children.
- _code(Runnable) - Method in interface bayou.html.Html5
-
Build element <code>
; with it as the context parent, run `code`.
- _col() - Method in interface bayou.html.Html4
-
Build element <col>
.
- _col() - Method in interface bayou.html.Html5
-
Build element <col>
.
- _colgroup() - Method in interface bayou.html.Html4
-
Build element <colgroup>
.
- _colgroup(Object...) - Method in interface bayou.html.Html4
-
Build element <colgroup>
with children.
- _colgroup(Runnable) - Method in interface bayou.html.Html4
-
Build element <colgroup>
; with it as the context parent, run `code`.
- _colgroup() - Method in interface bayou.html.Html5
-
Build element <colgroup>
.
- _colgroup(Object...) - Method in interface bayou.html.Html5
-
Build element <colgroup>
with children.
- _colgroup(Runnable) - Method in interface bayou.html.Html5
-
Build element <colgroup>
; with it as the context parent, run `code`.
- _comment(Object...) - Method in interface bayou.html.HtmlBuilder
-
Add an html comment.
- _data() - Method in interface bayou.html.Html5
-
Build element <data>
.
- _data(Object...) - Method in interface bayou.html.Html5
-
Build element <data>
with children.
- _data(Runnable) - Method in interface bayou.html.Html5
-
Build element <data>
; with it as the context parent, run `code`.
- _datalist() - Method in interface bayou.html.Html5
-
Build element <datalist>
.
- _datalist(Object...) - Method in interface bayou.html.Html5
-
Build element <datalist>
with children.
- _datalist(Runnable) - Method in interface bayou.html.Html5
-
Build element <datalist>
; with it as the context parent, run `code`.
- _dd() - Method in interface bayou.html.Html4
-
Build element <dd>
.
- _dd(Object...) - Method in interface bayou.html.Html4
-
Build element <dd>
with children.
- _dd(Runnable) - Method in interface bayou.html.Html4
-
Build element <dd>
; with it as the context parent, run `code`.
- _dd() - Method in interface bayou.html.Html5
-
Build element <dd>
.
- _dd(Object...) - Method in interface bayou.html.Html5
-
Build element <dd>
with children.
- _dd(Runnable) - Method in interface bayou.html.Html5
-
Build element <dd>
; with it as the context parent, run `code`.
- _del() - Method in interface bayou.html.Html4
-
Build element <del>
.
- _del(Object...) - Method in interface bayou.html.Html4
-
Build element <del>
with children.
- _del(Runnable) - Method in interface bayou.html.Html4
-
Build element <del>
; with it as the context parent, run `code`.
- _del() - Method in interface bayou.html.Html5
-
Build element <del>
.
- _del(Object...) - Method in interface bayou.html.Html5
-
Build element <del>
with children.
- _del(Runnable) - Method in interface bayou.html.Html5
-
Build element <del>
; with it as the context parent, run `code`.
- _details() - Method in interface bayou.html.Html5
-
Build element <details>
.
- _details(Object...) - Method in interface bayou.html.Html5
-
Build element <details>
with children.
- _details(Runnable) - Method in interface bayou.html.Html5
-
Build element <details>
; with it as the context parent, run `code`.
- _dfn() - Method in interface bayou.html.Html4
-
Build element <dfn>
.
- _dfn(Object...) - Method in interface bayou.html.Html4
-
Build element <dfn>
with children.
- _dfn(Runnable) - Method in interface bayou.html.Html4
-
Build element <dfn>
; with it as the context parent, run `code`.
- _dfn() - Method in interface bayou.html.Html5
-
Build element <dfn>
.
- _dfn(Object...) - Method in interface bayou.html.Html5
-
Build element <dfn>
with children.
- _dfn(Runnable) - Method in interface bayou.html.Html5
-
Build element <dfn>
; with it as the context parent, run `code`.
- _dialog() - Method in interface bayou.html.Html5
-
Build element <dialog>
.
- _dialog(Object...) - Method in interface bayou.html.Html5
-
Build element <dialog>
with children.
- _dialog(Runnable) - Method in interface bayou.html.Html5
-
Build element <dialog>
; with it as the context parent, run `code`.
- _div() - Method in interface bayou.html.Html4
-
Build element <div>
.
- _div(Object...) - Method in interface bayou.html.Html4
-
Build element <div>
with children.
- _div(Runnable) - Method in interface bayou.html.Html4
-
Build element <div>
; with it as the context parent, run `code`.
- _div() - Method in interface bayou.html.Html5
-
Build element <div>
.
- _div(Object...) - Method in interface bayou.html.Html5
-
Build element <div>
with children.
- _div(Runnable) - Method in interface bayou.html.Html5
-
Build element <div>
; with it as the context parent, run `code`.
- _dl() - Method in interface bayou.html.Html4
-
Build element <dl>
.
- _dl(Object...) - Method in interface bayou.html.Html4
-
Build element <dl>
with children.
- _dl(Runnable) - Method in interface bayou.html.Html4
-
Build element <dl>
; with it as the context parent, run `code`.
- _dl() - Method in interface bayou.html.Html5
-
Build element <dl>
.
- _dl(Object...) - Method in interface bayou.html.Html5
-
Build element <dl>
with children.
- _dl(Runnable) - Method in interface bayou.html.Html5
-
Build element <dl>
; with it as the context parent, run `code`.
- _dt() - Method in interface bayou.html.Html4
-
Build element <dt>
.
- _dt(Object...) - Method in interface bayou.html.Html4
-
Build element <dt>
with children.
- _dt(Runnable) - Method in interface bayou.html.Html4
-
Build element <dt>
; with it as the context parent, run `code`.
- _dt() - Method in interface bayou.html.Html5
-
Build element <dt>
.
- _dt(Object...) - Method in interface bayou.html.Html5
-
Build element <dt>
with children.
- _dt(Runnable) - Method in interface bayou.html.Html5
-
Build element <dt>
; with it as the context parent, run `code`.
- _em() - Method in interface bayou.html.Html4
-
Build element <em>
.
- _em(Object...) - Method in interface bayou.html.Html4
-
Build element <em>
with children.
- _em(Runnable) - Method in interface bayou.html.Html4
-
Build element <em>
; with it as the context parent, run `code`.
- _em() - Method in interface bayou.html.Html5
-
Build element <em>
.
- _em(Object...) - Method in interface bayou.html.Html5
-
Build element <em>
with children.
- _em(Runnable) - Method in interface bayou.html.Html5
-
Build element <em>
; with it as the context parent, run `code`.
- _embed() - Method in interface bayou.html.Html5
-
Build element <embed>
.
- _fieldset() - Method in interface bayou.html.Html4
-
Build element <fieldset>
.
- _fieldset(Object...) - Method in interface bayou.html.Html4
-
Build element <fieldset>
with children.
- _fieldset(Runnable) - Method in interface bayou.html.Html4
-
Build element <fieldset>
; with it as the context parent, run `code`.
- _fieldset() - Method in interface bayou.html.Html5
-
Build element <fieldset>
.
- _fieldset(Object...) - Method in interface bayou.html.Html5
-
Build element <fieldset>
with children.
- _fieldset(Runnable) - Method in interface bayou.html.Html5
-
Build element <fieldset>
; with it as the context parent, run `code`.
- _figcaption() - Method in interface bayou.html.Html5
-
Build element <figcaption>
.
- _figcaption(Object...) - Method in interface bayou.html.Html5
-
Build element <figcaption>
with children.
- _figcaption(Runnable) - Method in interface bayou.html.Html5
-
Build element <figcaption>
; with it as the context parent, run `code`.
- _figure() - Method in interface bayou.html.Html5
-
Build element <figure>
.
- _figure(Object...) - Method in interface bayou.html.Html5
-
Build element <figure>
with children.
- _figure(Runnable) - Method in interface bayou.html.Html5
-
Build element <figure>
; with it as the context parent, run `code`.
- _footer() - Method in interface bayou.html.Html5
-
Build element <footer>
.
- _footer(Object...) - Method in interface bayou.html.Html5
-
Build element <footer>
with children.
- _footer(Runnable) - Method in interface bayou.html.Html5
-
Build element <footer>
; with it as the context parent, run `code`.
- _form() - Method in interface bayou.html.Html4
-
Build element <form>
.
- _form(Object...) - Method in interface bayou.html.Html4
-
Build element <form>
with children.
- _form(Runnable) - Method in interface bayou.html.Html4
-
Build element <form>
; with it as the context parent, run `code`.
- _form() - Method in interface bayou.html.Html5
-
Build element <form>
.
- _form(Object...) - Method in interface bayou.html.Html5
-
Build element <form>
with children.
- _form(Runnable) - Method in interface bayou.html.Html5
-
Build element <form>
; with it as the context parent, run `code`.
- _h1() - Method in interface bayou.html.Html4
-
Build element <h1>
.
- _h1(Object...) - Method in interface bayou.html.Html4
-
Build element <h1>
with children.
- _h1(Runnable) - Method in interface bayou.html.Html4
-
Build element <h1>
; with it as the context parent, run `code`.
- _h1() - Method in interface bayou.html.Html5
-
Build element <h1>
.
- _h1(Object...) - Method in interface bayou.html.Html5
-
Build element <h1>
with children.
- _h1(Runnable) - Method in interface bayou.html.Html5
-
Build element <h1>
; with it as the context parent, run `code`.
- _h2() - Method in interface bayou.html.Html4
-
Build element <h2>
.
- _h2(Object...) - Method in interface bayou.html.Html4
-
Build element <h2>
with children.
- _h2(Runnable) - Method in interface bayou.html.Html4
-
Build element <h2>
; with it as the context parent, run `code`.
- _h2() - Method in interface bayou.html.Html5
-
Build element <h2>
.
- _h2(Object...) - Method in interface bayou.html.Html5
-
Build element <h2>
with children.
- _h2(Runnable) - Method in interface bayou.html.Html5
-
Build element <h2>
; with it as the context parent, run `code`.
- _h3() - Method in interface bayou.html.Html4
-
Build element <h3>
.
- _h3(Object...) - Method in interface bayou.html.Html4
-
Build element <h3>
with children.
- _h3(Runnable) - Method in interface bayou.html.Html4
-
Build element <h3>
; with it as the context parent, run `code`.
- _h3() - Method in interface bayou.html.Html5
-
Build element <h3>
.
- _h3(Object...) - Method in interface bayou.html.Html5
-
Build element <h3>
with children.
- _h3(Runnable) - Method in interface bayou.html.Html5
-
Build element <h3>
; with it as the context parent, run `code`.
- _h4() - Method in interface bayou.html.Html4
-
Build element <h4>
.
- _h4(Object...) - Method in interface bayou.html.Html4
-
Build element <h4>
with children.
- _h4(Runnable) - Method in interface bayou.html.Html4
-
Build element <h4>
; with it as the context parent, run `code`.
- _h4() - Method in interface bayou.html.Html5
-
Build element <h4>
.
- _h4(Object...) - Method in interface bayou.html.Html5
-
Build element <h4>
with children.
- _h4(Runnable) - Method in interface bayou.html.Html5
-
Build element <h4>
; with it as the context parent, run `code`.
- _h5() - Method in interface bayou.html.Html4
-
Build element <h5>
.
- _h5(Object...) - Method in interface bayou.html.Html4
-
Build element <h5>
with children.
- _h5(Runnable) - Method in interface bayou.html.Html4
-
Build element <h5>
; with it as the context parent, run `code`.
- _h5() - Method in interface bayou.html.Html5
-
Build element <h5>
.
- _h5(Object...) - Method in interface bayou.html.Html5
-
Build element <h5>
with children.
- _h5(Runnable) - Method in interface bayou.html.Html5
-
Build element <h5>
; with it as the context parent, run `code`.
- _h6() - Method in interface bayou.html.Html4
-
Build element <h6>
.
- _h6(Object...) - Method in interface bayou.html.Html4
-
Build element <h6>
with children.
- _h6(Runnable) - Method in interface bayou.html.Html4
-
Build element <h6>
; with it as the context parent, run `code`.
- _h6() - Method in interface bayou.html.Html5
-
Build element <h6>
.
- _h6(Object...) - Method in interface bayou.html.Html5
-
Build element <h6>
with children.
- _h6(Runnable) - Method in interface bayou.html.Html5
-
Build element <h6>
; with it as the context parent, run `code`.
- _head() - Method in interface bayou.html.Html4
-
Build element <head>
.
- _head(Object...) - Method in interface bayou.html.Html4
-
Build element <head>
with children.
- _head(Runnable) - Method in interface bayou.html.Html4
-
Build element <head>
; with it as the context parent, run `code`.
- _head() - Method in class bayou.html.Html4Doc
-
Return the <head> element.
- _head(Object...) - Method in class bayou.html.Html4Doc
-
Add children to the <head> element.
- _head(Runnable) - Method in class bayou.html.Html4Doc
-
Run `code` with the <head> element as the context parent.
- _head() - Method in interface bayou.html.Html5
-
Build element <head>
.
- _head(Object...) - Method in interface bayou.html.Html5
-
Build element <head>
with children.
- _head(Runnable) - Method in interface bayou.html.Html5
-
Build element <head>
; with it as the context parent, run `code`.
- _head() - Method in class bayou.html.Html5Doc
-
Return the <head> element.
- _head(Object...) - Method in class bayou.html.Html5Doc
-
Add children to the <head> element.
- _head(Runnable) - Method in class bayou.html.Html5Doc
-
Run `code` with the <head> element as the context parent.
- _header() - Method in interface bayou.html.Html5
-
Build element <header>
.
- _header(Object...) - Method in interface bayou.html.Html5
-
Build element <header>
with children.
- _header(Runnable) - Method in interface bayou.html.Html5
-
Build element <header>
; with it as the context parent, run `code`.
- _hr() - Method in interface bayou.html.Html4
-
Build element <hr>
.
- _hr() - Method in interface bayou.html.Html5
-
Build element <hr>
.
- _html() - Method in interface bayou.html.Html4
-
Build element <html>
.
- _html(Object...) - Method in interface bayou.html.Html4
-
Build element <html>
with children.
- _html(Runnable) - Method in interface bayou.html.Html4
-
Build element <html>
; with it as the context parent, run `code`.
- _html() - Method in class bayou.html.Html4Doc
-
Return the <html> element.
- _html(Object...) - Method in class bayou.html.Html4Doc
-
- _html(Runnable) - Method in class bayou.html.Html4Doc
-
- _html() - Method in interface bayou.html.Html5
-
Build element <html>
.
- _html(Object...) - Method in interface bayou.html.Html5
-
Build element <html>
with children.
- _html(Runnable) - Method in interface bayou.html.Html5
-
Build element <html>
; with it as the context parent, run `code`.
- _html() - Method in class bayou.html.Html5Doc
-
Return the <html> element.
- _html(Object...) - Method in class bayou.html.Html5Doc
-
- _html(Runnable) - Method in class bayou.html.Html5Doc
-
- _i() - Method in interface bayou.html.Html4
-
Build element <i>
.
- _i(Object...) - Method in interface bayou.html.Html4
-
Build element <i>
with children.
- _i(Runnable) - Method in interface bayou.html.Html4
-
Build element <i>
; with it as the context parent, run `code`.
- _i() - Method in interface bayou.html.Html5
-
Build element <i>
.
- _i(Object...) - Method in interface bayou.html.Html5
-
Build element <i>
with children.
- _i(Runnable) - Method in interface bayou.html.Html5
-
Build element <i>
; with it as the context parent, run `code`.
- _iframe() - Method in interface bayou.html.Html4
-
Build element <iframe>
.
- _iframe(Object...) - Method in interface bayou.html.Html4
-
Build element <iframe>
with children.
- _iframe(Runnable) - Method in interface bayou.html.Html4
-
Build element <iframe>
; with it as the context parent, run `code`.
- _iframe() - Method in interface bayou.html.Html5
-
Build element <iframe>
.
- _iframe(Object...) - Method in interface bayou.html.Html5
-
Build element <iframe>
with children.
- _iframe(Runnable) - Method in interface bayou.html.Html5
-
Build element <iframe>
; with it as the context parent, run `code`.
- _img() - Method in interface bayou.html.Html4
-
Build element <img>
.
- _img() - Method in interface bayou.html.Html5
-
Build element <img>
.
- _input() - Static method in class bayou.form.CsrfToken
-
Build an <input> element using the default CSRF token.
- _input() - Method in interface bayou.html.Html4
-
Build element <input>
.
- _input() - Method in interface bayou.html.Html5
-
Build element <input>
.
- _ins() - Method in interface bayou.html.Html4
-
Build element <ins>
.
- _ins(Object...) - Method in interface bayou.html.Html4
-
Build element <ins>
with children.
- _ins(Runnable) - Method in interface bayou.html.Html4
-
Build element <ins>
; with it as the context parent, run `code`.
- _ins() - Method in interface bayou.html.Html5
-
Build element <ins>
.
- _ins(Object...) - Method in interface bayou.html.Html5
-
Build element <ins>
with children.
- _ins(Runnable) - Method in interface bayou.html.Html5
-
Build element <ins>
; with it as the context parent, run `code`.
- _kbd() - Method in interface bayou.html.Html4
-
Build element <kbd>
.
- _kbd(Object...) - Method in interface bayou.html.Html4
-
Build element <kbd>
with children.
- _kbd(Runnable) - Method in interface bayou.html.Html4
-
Build element <kbd>
; with it as the context parent, run `code`.
- _kbd() - Method in interface bayou.html.Html5
-
Build element <kbd>
.
- _kbd(Object...) - Method in interface bayou.html.Html5
-
Build element <kbd>
with children.
- _kbd(Runnable) - Method in interface bayou.html.Html5
-
Build element <kbd>
; with it as the context parent, run `code`.
- _keygen() - Method in interface bayou.html.Html5
-
Build element <keygen>
.
- _label() - Method in interface bayou.html.Html4
-
Build element <label>
.
- _label(Object...) - Method in interface bayou.html.Html4
-
Build element <label>
with children.
- _label(Runnable) - Method in interface bayou.html.Html4
-
Build element <label>
; with it as the context parent, run `code`.
- _label() - Method in interface bayou.html.Html5
-
Build element <label>
.
- _label(Object...) - Method in interface bayou.html.Html5
-
Build element <label>
with children.
- _label(Runnable) - Method in interface bayou.html.Html5
-
Build element <label>
; with it as the context parent, run `code`.
- _legend() - Method in interface bayou.html.Html4
-
Build element <legend>
.
- _legend(Object...) - Method in interface bayou.html.Html4
-
Build element <legend>
with children.
- _legend(Runnable) - Method in interface bayou.html.Html4
-
Build element <legend>
; with it as the context parent, run `code`.
- _legend() - Method in interface bayou.html.Html5
-
Build element <legend>
.
- _legend(Object...) - Method in interface bayou.html.Html5
-
Build element <legend>
with children.
- _legend(Runnable) - Method in interface bayou.html.Html5
-
Build element <legend>
; with it as the context parent, run `code`.
- _li() - Method in interface bayou.html.Html4
-
Build element <li>
.
- _li(Object...) - Method in interface bayou.html.Html4
-
Build element <li>
with children.
- _li(Runnable) - Method in interface bayou.html.Html4
-
Build element <li>
; with it as the context parent, run `code`.
- _li() - Method in interface bayou.html.Html5
-
Build element <li>
.
- _li(Object...) - Method in interface bayou.html.Html5
-
Build element <li>
with children.
- _li(Runnable) - Method in interface bayou.html.Html5
-
Build element <li>
; with it as the context parent, run `code`.
- _link() - Method in interface bayou.html.Html4
-
Build element <link>
.
- _link() - Method in interface bayou.html.Html5
-
Build element <link>
.
- _main() - Method in interface bayou.html.Html5
-
Build element <main>
.
- _main(Object...) - Method in interface bayou.html.Html5
-
Build element <main>
with children.
- _main(Runnable) - Method in interface bayou.html.Html5
-
Build element <main>
; with it as the context parent, run `code`.
- _map() - Method in interface bayou.html.Html4
-
Build element <map>
.
- _map(Object...) - Method in interface bayou.html.Html4
-
Build element <map>
with children.
- _map(Runnable) - Method in interface bayou.html.Html4
-
Build element <map>
; with it as the context parent, run `code`.
- _map() - Method in interface bayou.html.Html5
-
Build element <map>
.
- _map(Object...) - Method in interface bayou.html.Html5
-
Build element <map>
with children.
- _map(Runnable) - Method in interface bayou.html.Html5
-
Build element <map>
; with it as the context parent, run `code`.
- _mark() - Method in interface bayou.html.Html5
-
Build element <mark>
.
- _mark(Object...) - Method in interface bayou.html.Html5
-
Build element <mark>
with children.
- _mark(Runnable) - Method in interface bayou.html.Html5
-
Build element <mark>
; with it as the context parent, run `code`.
- _menu() - Method in interface bayou.html.Html5
-
Build element <menu>
.
- _menu(Object...) - Method in interface bayou.html.Html5
-
Build element <menu>
with children.
- _menu(Runnable) - Method in interface bayou.html.Html5
-
Build element <menu>
; with it as the context parent, run `code`.
- _menuitem() - Method in interface bayou.html.Html5
-
Build element <menuitem>
.
- _meta() - Method in interface bayou.html.Html4
-
Build element <meta>
.
- _meta() - Method in interface bayou.html.Html5
-
Build element <meta>
.
- _meter() - Method in interface bayou.html.Html5
-
Build element <meter>
.
- _meter(Object...) - Method in interface bayou.html.Html5
-
Build element <meter>
with children.
- _meter(Runnable) - Method in interface bayou.html.Html5
-
Build element <meter>
; with it as the context parent, run `code`.
- _nav() - Method in interface bayou.html.Html5
-
Build element <nav>
.
- _nav(Object...) - Method in interface bayou.html.Html5
-
Build element <nav>
with children.
- _nav(Runnable) - Method in interface bayou.html.Html5
-
Build element <nav>
; with it as the context parent, run `code`.
- _newline() - Method in interface bayou.html.HtmlBuilder
-
Add a new line ("\n").
- _noscript() - Method in interface bayou.html.Html4
-
Build element <noscript>
.
- _noscript(Object...) - Method in interface bayou.html.Html4
-
Build element <noscript>
with children.
- _noscript(Runnable) - Method in interface bayou.html.Html4
-
Build element <noscript>
; with it as the context parent, run `code`.
- _noscript() - Method in interface bayou.html.Html5
-
Build element <noscript>
.
- _noscript(Object...) - Method in interface bayou.html.Html5
-
Build element <noscript>
with children.
- _noscript(Runnable) - Method in interface bayou.html.Html5
-
Build element <noscript>
; with it as the context parent, run `code`.
- _object() - Method in interface bayou.html.Html4
-
Build element <object>
.
- _object(Object...) - Method in interface bayou.html.Html4
-
Build element <object>
with children.
- _object(Runnable) - Method in interface bayou.html.Html4
-
Build element <object>
; with it as the context parent, run `code`.
- _object() - Method in interface bayou.html.Html5
-
Build element <object>
.
- _object(Object...) - Method in interface bayou.html.Html5
-
Build element <object>
with children.
- _object(Runnable) - Method in interface bayou.html.Html5
-
Build element <object>
; with it as the context parent, run `code`.
- _ol() - Method in interface bayou.html.Html4
-
Build element <ol>
.
- _ol(Object...) - Method in interface bayou.html.Html4
-
Build element <ol>
with children.
- _ol(Runnable) - Method in interface bayou.html.Html4
-
Build element <ol>
; with it as the context parent, run `code`.
- _ol() - Method in interface bayou.html.Html5
-
Build element <ol>
.
- _ol(Object...) - Method in interface bayou.html.Html5
-
Build element <ol>
with children.
- _ol(Runnable) - Method in interface bayou.html.Html5
-
Build element <ol>
; with it as the context parent, run `code`.
- _optgroup() - Method in interface bayou.html.Html4
-
Build element <optgroup>
.
- _optgroup(Object...) - Method in interface bayou.html.Html4
-
Build element <optgroup>
with children.
- _optgroup(Runnable) - Method in interface bayou.html.Html4
-
Build element <optgroup>
; with it as the context parent, run `code`.
- _optgroup() - Method in interface bayou.html.Html5
-
Build element <optgroup>
.
- _optgroup(Object...) - Method in interface bayou.html.Html5
-
Build element <optgroup>
with children.
- _optgroup(Runnable) - Method in interface bayou.html.Html5
-
Build element <optgroup>
; with it as the context parent, run `code`.
- _option() - Method in interface bayou.html.Html4
-
Build element <option>
.
- _option(Object...) - Method in interface bayou.html.Html4
-
Build element <option>
with children.
- _option(Runnable) - Method in interface bayou.html.Html4
-
Build element <option>
; with it as the context parent, run `code`.
- _option() - Method in interface bayou.html.Html5
-
Build element <option>
.
- _option(Object...) - Method in interface bayou.html.Html5
-
Build element <option>
with children.
- _option(Runnable) - Method in interface bayou.html.Html5
-
Build element <option>
; with it as the context parent, run `code`.
- _output() - Method in interface bayou.html.Html5
-
Build element <output>
.
- _output(Object...) - Method in interface bayou.html.Html5
-
Build element <output>
with children.
- _output(Runnable) - Method in interface bayou.html.Html5
-
Build element <output>
; with it as the context parent, run `code`.
- _p() - Method in interface bayou.html.Html4
-
Build element <p>
.
- _p(Object...) - Method in interface bayou.html.Html4
-
Build element <p>
with children.
- _p(Runnable) - Method in interface bayou.html.Html4
-
Build element <p>
; with it as the context parent, run `code`.
- _p() - Method in interface bayou.html.Html5
-
Build element <p>
.
- _p(Object...) - Method in interface bayou.html.Html5
-
Build element <p>
with children.
- _p(Runnable) - Method in interface bayou.html.Html5
-
Build element <p>
; with it as the context parent, run `code`.
- _param() - Method in interface bayou.html.Html4
-
Build element <param>
.
- _param() - Method in interface bayou.html.Html5
-
Build element <param>
.
- _pre() - Method in interface bayou.html.Html4
-
Build element <pre>
.
- _pre(Object...) - Method in interface bayou.html.Html4
-
Build element <pre>
with children.
- _pre(Runnable) - Method in interface bayou.html.Html4
-
Build element <pre>
; with it as the context parent, run `code`.
- _pre() - Method in interface bayou.html.Html5
-
Build element <pre>
.
- _pre(Object...) - Method in interface bayou.html.Html5
-
Build element <pre>
with children.
- _pre(Runnable) - Method in interface bayou.html.Html5
-
Build element <pre>
; with it as the context parent, run `code`.
- _progress() - Method in interface bayou.html.Html5
-
Build element <progress>
.
- _progress(Object...) - Method in interface bayou.html.Html5
-
Build element <progress>
with children.
- _progress(Runnable) - Method in interface bayou.html.Html5
-
Build element <progress>
; with it as the context parent, run `code`.
- _q() - Method in interface bayou.html.Html4
-
Build element <q>
.
- _q(Object...) - Method in interface bayou.html.Html4
-
Build element <q>
with children.
- _q(Runnable) - Method in interface bayou.html.Html4
-
Build element <q>
; with it as the context parent, run `code`.
- _q() - Method in interface bayou.html.Html5
-
Build element <q>
.
- _q(Object...) - Method in interface bayou.html.Html5
-
Build element <q>
with children.
- _q(Runnable) - Method in interface bayou.html.Html5
-
Build element <q>
; with it as the context parent, run `code`.
- _raw(Object...) - Method in interface bayou.html.HtmlBuilder
-
Add raw content.
- _rp() - Method in interface bayou.html.Html5
-
Build element <rp>
.
- _rp(Object...) - Method in interface bayou.html.Html5
-
Build element <rp>
with children.
- _rp(Runnable) - Method in interface bayou.html.Html5
-
Build element <rp>
; with it as the context parent, run `code`.
- _rt() - Method in interface bayou.html.Html5
-
Build element <rt>
.
- _rt(Object...) - Method in interface bayou.html.Html5
-
Build element <rt>
with children.
- _rt(Runnable) - Method in interface bayou.html.Html5
-
Build element <rt>
; with it as the context parent, run `code`.
- _ruby() - Method in interface bayou.html.Html5
-
Build element <ruby>
.
- _ruby(Object...) - Method in interface bayou.html.Html5
-
Build element <ruby>
with children.
- _ruby(Runnable) - Method in interface bayou.html.Html5
-
Build element <ruby>
; with it as the context parent, run `code`.
- _s() - Method in interface bayou.html.Html5
-
Build element <s>
.
- _s(Object...) - Method in interface bayou.html.Html5
-
Build element <s>
with children.
- _s(Runnable) - Method in interface bayou.html.Html5
-
Build element <s>
; with it as the context parent, run `code`.
- _samp() - Method in interface bayou.html.Html4
-
Build element <samp>
.
- _samp(Object...) - Method in interface bayou.html.Html4
-
Build element <samp>
with children.
- _samp(Runnable) - Method in interface bayou.html.Html4
-
Build element <samp>
; with it as the context parent, run `code`.
- _samp() - Method in interface bayou.html.Html5
-
Build element <samp>
.
- _samp(Object...) - Method in interface bayou.html.Html5
-
Build element <samp>
with children.
- _samp(Runnable) - Method in interface bayou.html.Html5
-
Build element <samp>
; with it as the context parent, run `code`.
- _script() - Method in interface bayou.html.Html4
-
Build element <script>
.
- _script(Object...) - Method in interface bayou.html.Html4
-
Build element <script>
with children.
- _script(Runnable) - Method in interface bayou.html.Html4
-
Build element <script>
; with it as the context parent, run `code`.
- _script() - Method in interface bayou.html.Html5
-
Build element <script>
.
- _script(Object...) - Method in interface bayou.html.Html5
-
Build element <script>
with children.
- _script(Runnable) - Method in interface bayou.html.Html5
-
Build element <script>
; with it as the context parent, run `code`.
- _section() - Method in interface bayou.html.Html5
-
Build element <section>
.
- _section(Object...) - Method in interface bayou.html.Html5
-
Build element <section>
with children.
- _section(Runnable) - Method in interface bayou.html.Html5
-
Build element <section>
; with it as the context parent, run `code`.
- _select() - Method in interface bayou.html.Html4
-
Build element <select>
.
- _select(Object...) - Method in interface bayou.html.Html4
-
Build element <select>
with children.
- _select(Runnable) - Method in interface bayou.html.Html4
-
Build element <select>
; with it as the context parent, run `code`.
- _select() - Method in interface bayou.html.Html5
-
Build element <select>
.
- _select(Object...) - Method in interface bayou.html.Html5
-
Build element <select>
with children.
- _select(Runnable) - Method in interface bayou.html.Html5
-
Build element <select>
; with it as the context parent, run `code`.
- _small() - Method in interface bayou.html.Html4
-
Build element <small>
.
- _small(Object...) - Method in interface bayou.html.Html4
-
Build element <small>
with children.
- _small(Runnable) - Method in interface bayou.html.Html4
-
Build element <small>
; with it as the context parent, run `code`.
- _small() - Method in interface bayou.html.Html5
-
Build element <small>
.
- _small(Object...) - Method in interface bayou.html.Html5
-
Build element <small>
with children.
- _small(Runnable) - Method in interface bayou.html.Html5
-
Build element <small>
; with it as the context parent, run `code`.
- _source() - Method in interface bayou.html.Html5
-
Build element <source>
.
- _span() - Method in interface bayou.html.Html4
-
Build element <span>
.
- _span(Object...) - Method in interface bayou.html.Html4
-
Build element <span>
with children.
- _span(Runnable) - Method in interface bayou.html.Html4
-
Build element <span>
; with it as the context parent, run `code`.
- _span() - Method in interface bayou.html.Html5
-
Build element <span>
.
- _span(Object...) - Method in interface bayou.html.Html5
-
Build element <span>
with children.
- _span(Runnable) - Method in interface bayou.html.Html5
-
Build element <span>
; with it as the context parent, run `code`.
- _strong() - Method in interface bayou.html.Html4
-
Build element <strong>
.
- _strong(Object...) - Method in interface bayou.html.Html4
-
Build element <strong>
with children.
- _strong(Runnable) - Method in interface bayou.html.Html4
-
Build element <strong>
; with it as the context parent, run `code`.
- _strong() - Method in interface bayou.html.Html5
-
Build element <strong>
.
- _strong(Object...) - Method in interface bayou.html.Html5
-
Build element <strong>
with children.
- _strong(Runnable) - Method in interface bayou.html.Html5
-
Build element <strong>
; with it as the context parent, run `code`.
- _style() - Method in interface bayou.html.Html4
-
Build element <style>
.
- _style(Object...) - Method in interface bayou.html.Html4
-
Build element <style>
with children.
- _style(Runnable) - Method in interface bayou.html.Html4
-
Build element <style>
; with it as the context parent, run `code`.
- _style() - Method in interface bayou.html.Html5
-
Build element <style>
.
- _style(Object...) - Method in interface bayou.html.Html5
-
Build element <style>
with children.
- _style(Runnable) - Method in interface bayou.html.Html5
-
Build element <style>
; with it as the context parent, run `code`.
- _sub() - Method in interface bayou.html.Html4
-
Build element <sub>
.
- _sub(Object...) - Method in interface bayou.html.Html4
-
Build element <sub>
with children.
- _sub(Runnable) - Method in interface bayou.html.Html4
-
Build element <sub>
; with it as the context parent, run `code`.
- _sub() - Method in interface bayou.html.Html5
-
Build element <sub>
.
- _sub(Object...) - Method in interface bayou.html.Html5
-
Build element <sub>
with children.
- _sub(Runnable) - Method in interface bayou.html.Html5
-
Build element <sub>
; with it as the context parent, run `code`.
- _summary() - Method in interface bayou.html.Html5
-
Build element <summary>
.
- _summary(Object...) - Method in interface bayou.html.Html5
-
Build element <summary>
with children.
- _summary(Runnable) - Method in interface bayou.html.Html5
-
Build element <summary>
; with it as the context parent, run `code`.
- _sup() - Method in interface bayou.html.Html4
-
Build element <sup>
.
- _sup(Object...) - Method in interface bayou.html.Html4
-
Build element <sup>
with children.
- _sup(Runnable) - Method in interface bayou.html.Html4
-
Build element <sup>
; with it as the context parent, run `code`.
- _sup() - Method in interface bayou.html.Html5
-
Build element <sup>
.
- _sup(Object...) - Method in interface bayou.html.Html5
-
Build element <sup>
with children.
- _sup(Runnable) - Method in interface bayou.html.Html5
-
Build element <sup>
; with it as the context parent, run `code`.
- _table() - Method in interface bayou.html.Html4
-
Build element <table>
.
- _table(Object...) - Method in interface bayou.html.Html4
-
Build element <table>
with children.
- _table(Runnable) - Method in interface bayou.html.Html4
-
Build element <table>
; with it as the context parent, run `code`.
- _table() - Method in interface bayou.html.Html5
-
Build element <table>
.
- _table(Object...) - Method in interface bayou.html.Html5
-
Build element <table>
with children.
- _table(Runnable) - Method in interface bayou.html.Html5
-
Build element <table>
; with it as the context parent, run `code`.
- _tbody() - Method in interface bayou.html.Html4
-
Build element <tbody>
.
- _tbody(Object...) - Method in interface bayou.html.Html4
-
Build element <tbody>
with children.
- _tbody(Runnable) - Method in interface bayou.html.Html4
-
Build element <tbody>
; with it as the context parent, run `code`.
- _tbody() - Method in interface bayou.html.Html5
-
Build element <tbody>
.
- _tbody(Object...) - Method in interface bayou.html.Html5
-
Build element <tbody>
with children.
- _tbody(Runnable) - Method in interface bayou.html.Html5
-
Build element <tbody>
; with it as the context parent, run `code`.
- _td() - Method in interface bayou.html.Html4
-
Build element <td>
.
- _td(Object...) - Method in interface bayou.html.Html4
-
Build element <td>
with children.
- _td(Runnable) - Method in interface bayou.html.Html4
-
Build element <td>
; with it as the context parent, run `code`.
- _td() - Method in interface bayou.html.Html5
-
Build element <td>
.
- _td(Object...) - Method in interface bayou.html.Html5
-
Build element <td>
with children.
- _td(Runnable) - Method in interface bayou.html.Html5
-
Build element <td>
; with it as the context parent, run `code`.
- _template() - Method in interface bayou.html.Html5
-
Build element <template>
.
- _template(Object...) - Method in interface bayou.html.Html5
-
Build element <template>
with children.
- _template(Runnable) - Method in interface bayou.html.Html5
-
Build element <template>
; with it as the context parent, run `code`.
- _text(Object...) - Method in interface bayou.html.HtmlBuilder
-
Add textual content.
- _textarea() - Method in interface bayou.html.Html4
-
Build element <textarea>
.
- _textarea(Object...) - Method in interface bayou.html.Html4
-
Build element <textarea>
with children.
- _textarea(Runnable) - Method in interface bayou.html.Html4
-
Build element <textarea>
; with it as the context parent, run `code`.
- _textarea() - Method in interface bayou.html.Html5
-
Build element <textarea>
.
- _textarea(Object...) - Method in interface bayou.html.Html5
-
Build element <textarea>
with children.
- _textarea(Runnable) - Method in interface bayou.html.Html5
-
Build element <textarea>
; with it as the context parent, run `code`.
- _textf(String, Object...) - Method in interface bayou.html.HtmlBuilder
-
Add formatted textual content.
- _tfoot() - Method in interface bayou.html.Html4
-
Build element <tfoot>
.
- _tfoot(Object...) - Method in interface bayou.html.Html4
-
Build element <tfoot>
with children.
- _tfoot(Runnable) - Method in interface bayou.html.Html4
-
Build element <tfoot>
; with it as the context parent, run `code`.
- _tfoot() - Method in interface bayou.html.Html5
-
Build element <tfoot>
.
- _tfoot(Object...) - Method in interface bayou.html.Html5
-
Build element <tfoot>
with children.
- _tfoot(Runnable) - Method in interface bayou.html.Html5
-
Build element <tfoot>
; with it as the context parent, run `code`.
- _th() - Method in interface bayou.html.Html4
-
Build element <th>
.
- _th(Object...) - Method in interface bayou.html.Html4
-
Build element <th>
with children.
- _th(Runnable) - Method in interface bayou.html.Html4
-
Build element <th>
; with it as the context parent, run `code`.
- _th() - Method in interface bayou.html.Html5
-
Build element <th>
.
- _th(Object...) - Method in interface bayou.html.Html5
-
Build element <th>
with children.
- _th(Runnable) - Method in interface bayou.html.Html5
-
Build element <th>
; with it as the context parent, run `code`.
- _thead() - Method in interface bayou.html.Html4
-
Build element <thead>
.
- _thead(Object...) - Method in interface bayou.html.Html4
-
Build element <thead>
with children.
- _thead(Runnable) - Method in interface bayou.html.Html4
-
Build element <thead>
; with it as the context parent, run `code`.
- _thead() - Method in interface bayou.html.Html5
-
Build element <thead>
.
- _thead(Object...) - Method in interface bayou.html.Html5
-
Build element <thead>
with children.
- _thead(Runnable) - Method in interface bayou.html.Html5
-
Build element <thead>
; with it as the context parent, run `code`.
- _time() - Method in interface bayou.html.Html5
-
Build element <time>
.
- _time(Object...) - Method in interface bayou.html.Html5
-
Build element <time>
with children.
- _time(Runnable) - Method in interface bayou.html.Html5
-
Build element <time>
; with it as the context parent, run `code`.
- _title() - Method in interface bayou.html.Html4
-
Build element <title>
.
- _title(Object...) - Method in interface bayou.html.Html4
-
Build element <title>
with children.
- _title(Runnable) - Method in interface bayou.html.Html4
-
Build element <title>
; with it as the context parent, run `code`.
- _title() - Method in interface bayou.html.Html5
-
Build element <title>
.
- _title(Object...) - Method in interface bayou.html.Html5
-
Build element <title>
with children.
- _title(Runnable) - Method in interface bayou.html.Html5
-
Build element <title>
; with it as the context parent, run `code`.
- _toInput() - Method in class bayou.form.CsrfToken
-
Build an <input> element representing this token.
- _tr() - Method in interface bayou.html.Html4
-
Build element <tr>
.
- _tr(Object...) - Method in interface bayou.html.Html4
-
Build element <tr>
with children.
- _tr(Runnable) - Method in interface bayou.html.Html4
-
Build element <tr>
; with it as the context parent, run `code`.
- _tr() - Method in interface bayou.html.Html5
-
Build element <tr>
.
- _tr(Object...) - Method in interface bayou.html.Html5
-
Build element <tr>
with children.
- _tr(Runnable) - Method in interface bayou.html.Html5
-
Build element <tr>
; with it as the context parent, run `code`.
- _track() - Method in interface bayou.html.Html5
-
Build element <track>
.
- _tt() - Method in interface bayou.html.Html4
-
Build element <tt>
.
- _tt(Object...) - Method in interface bayou.html.Html4
-
Build element <tt>
with children.
- _tt(Runnable) - Method in interface bayou.html.Html4
-
Build element <tt>
; with it as the context parent, run `code`.
- _u() - Method in interface bayou.html.Html5
-
Build element <u>
.
- _u(Object...) - Method in interface bayou.html.Html5
-
Build element <u>
with children.
- _u(Runnable) - Method in interface bayou.html.Html5
-
Build element <u>
; with it as the context parent, run `code`.
- _ul() - Method in interface bayou.html.Html4
-
Build element <ul>
.
- _ul(Object...) - Method in interface bayou.html.Html4
-
Build element <ul>
with children.
- _ul(Runnable) - Method in interface bayou.html.Html4
-
Build element <ul>
; with it as the context parent, run `code`.
- _ul() - Method in interface bayou.html.Html5
-
Build element <ul>
.
- _ul(Object...) - Method in interface bayou.html.Html5
-
Build element <ul>
with children.
- _ul(Runnable) - Method in interface bayou.html.Html5
-
Build element <ul>
; with it as the context parent, run `code`.
- _var() - Method in interface bayou.html.Html4
-
Build element <var>
.
- _var(Object...) - Method in interface bayou.html.Html4
-
Build element <var>
with children.
- _var(Runnable) - Method in interface bayou.html.Html4
-
Build element <var>
; with it as the context parent, run `code`.
- _var() - Method in interface bayou.html.Html5
-
Build element <var>
.
- _var(Object...) - Method in interface bayou.html.Html5
-
Build element <var>
with children.
- _var(Runnable) - Method in interface bayou.html.Html5
-
Build element <var>
; with it as the context parent, run `code`.
- _video() - Method in interface bayou.html.Html5
-
Build element <video>
.
- _video(Object...) - Method in interface bayou.html.Html5
-
Build element <video>
with children.
- _video(Runnable) - Method in interface bayou.html.Html5
-
Build element <video>
; with it as the context parent, run `code`.
- _wbr() - Method in interface bayou.html.Html5
-
Build element <wbr>
.