Package com.composum.sling.core.proxy
Annotation Type GenericProxyConfig
-
public @interface GenericProxyConfig
a generic proxy request service configuration object
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
name
String
referencePath
String
targetPattern
String
targetUrl
String[]
XSLT_chain_paths
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
enabled
String[]
tags_to_drop
String[]
tags_to_rename
String[]
tags_to_strip
String
webconsole_configurationFactory_nameHint
-
-
-
Element Detail
-
name
String name
-
-
-
targetPattern
String targetPattern
-
-
-
targetUrl
String targetUrl
-
-
-
XSLT_chain_paths
String[] XSLT_chain_paths
-
-
-
referencePath
String referencePath
-
-
-
tags_to_rename
String[] tags_to_rename
- Default:
- {"html:div"}
-
-
-
tags_to_strip
String[] tags_to_strip
- Default:
- {"body"}
-
-
-
tags_to_drop
String[] tags_to_drop
- Default:
- {"head", "style", "script", "link"}
-
-
-
webconsole_configurationFactory_nameHint
String webconsole_configurationFactory_nameHint
- Default:
- "{name} (enabled: {enabled}, target: {targetPattern}, url: {targetUrl}, ref: {referencePath})"
-
-