Package com.composum.sling.core.proxy
Annotation Type GenericProxyConfig
-
public @interface GenericProxyConfiga generic proxy request service configuration object
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringnameStringreferencePathStringtargetPatternStringtargetUrlString[]XSLT_chain_paths
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanenabledString[]tags_to_dropString[]tags_to_renameString[]tags_to_stripStringwebconsole_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})"
-
-