Package | Description |
---|---|
net.officefloor.plugin.web.http.location | |
net.officefloor.plugin.web.http.route | |
net.officefloor.plugin.web.http.template |
Modifier and Type | Class and Description |
---|---|
class |
HttpApplicationLocationMangedObject
|
Modifier and Type | Method and Description |
---|---|
static void |
HttpRouteTask.doRedirect(String applicationUriPath,
boolean isSecure,
ServerHttpConnection connection,
HttpApplicationLocation location,
HttpRequestState requestState,
HttpSession session)
Undertakes a redirect.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticHttpTemplateWriter.write(ServerWriter writer,
boolean isDefaultCharset,
Object bean,
HttpApplicationLocation location) |
void |
PropertyHttpTemplateWriter.write(ServerWriter writer,
boolean isDefaultCharset,
Object bean,
HttpApplicationLocation location) |
void |
LinkHttpTemplateWriter.write(ServerWriter writer,
boolean isDefaultCharset,
Object bean,
HttpApplicationLocation location) |
void |
HttpTemplateWriter.write(ServerWriter writer,
boolean isDefaultCharset,
Object bean,
HttpApplicationLocation location)
Writes the template content to the
ServerWriter . |
void |
BeanHttpTemplateWriter.write(ServerWriter writer,
boolean isDefaultCharset,
Object bean,
HttpApplicationLocation location) |
Copyright © 2005–2016. All rights reserved.