| Package | Description |
|---|---|
| er.extensions.appserver |
| Modifier and Type | Method and Description |
|---|---|
static ERXResponseRewriter.TagMissingBehavior |
ERXResponseRewriter.TagMissingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXResponseRewriter.TagMissingBehavior[] |
ERXResponseRewriter.TagMissingBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ERXResponseRewriter.addResourceInHead(WOResponse response,
WOContext context,
String framework,
String fileName,
String startTag,
String endTag,
ERXResponseRewriter.TagMissingBehavior tagMissingBehavior)
Adds a reference to an arbitrary file with a correct resource URL wrapped
between startTag and endTag in the HTML head tag if it isn't already
present in the response.
|
static boolean |
ERXResponseRewriter.addResourceInHead(WOResponse response,
WOContext context,
String framework,
String fileName,
String startTag,
String endTag,
String fallbackStartTag,
String fallbackEndTag,
ERXResponseRewriter.TagMissingBehavior tagMissingBehavior)
Adds a reference to an arbitrary file with a correct resource URL wrapped
between startTag and endTag in the HTML head tag if it isn't already
present in the response.
|
static boolean |
ERXResponseRewriter.insertInResponseBeforeHead(WOResponse response,
WOContext context,
String content,
ERXResponseRewriter.TagMissingBehavior tagMissingBehavior)
Utility to add the given content into the response before the close of
the head tag.
|
static boolean |
ERXResponseRewriter.insertInResponseBeforeTag(WOResponse response,
WOContext context,
String content,
String tag,
ERXResponseRewriter.TagMissingBehavior tagMissingBehavior)
Utility to add the given content into the response before a particular
HTML tag.
|
Copyright © 2002 – 2025 Project Wonder.