public interface RenderingContext
Modifier and Type | Method and Description |
---|---|
Object |
getHint(Object key)
Returns a hint identified by a key.
|
Map |
getHints()
Returns an unmodifiable representation of all hints.
|
String |
getMimeType()
Returns the MIME type associated with the current output format.
|
FOUserAgent |
getUserAgent()
Returns the user agent.
|
void |
putHint(Object key,
Object value)
Sets an additional hint, overriding an existing hint.
|
void |
putHints(Map additionalHints)
Adds additional hints to the existing hints, overriding existing hints.
|
String getMimeType()
FOUserAgent getUserAgent()
void putHints(Map additionalHints)
additionalHints
- a map of additional hintsvoid putHint(Object key, Object value)
key
- the keyvalue
- the valueMap getHints()
Copyright © 2025 Apache Software Foundation. All rights reserved.