|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReportEnvironment
Provides a simplified interface to access information about the processing environment in a simple way. The report environment system replaces the old parser-config system.
Method Summary | |
---|---|
Object |
clone()
|
String |
encodeURL(String url)
Deprecated. nice idea, but not used and dangerous in many cases. |
String |
getEnvironmentProperty(String key)
Returns a environment property. |
Locale |
getLocale()
|
TimeZone |
getTimeZone()
|
String |
getURLEncoding()
Returns the text encoding that should be used to encode URLs. |
Map<String,String[]> |
getUrlExtraParameter()
|
Method Detail |
---|
String getEnvironmentProperty(String key)
key
-
String getURLEncoding()
String encodeURL(String url) throws UnsupportedEncodingException
url
-
UnsupportedEncodingException
Locale getLocale()
TimeZone getTimeZone()
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
Map<String,String[]> getUrlExtraParameter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |