
Public Member Functions | |
| void | appendToResponse (WOResponse response, WOContext aContext) |
| boolean | duplex () |
| boolean | enabled () |
| ERPDF2PS (WOContext context) | |
Static Public Attributes | |
| static final String | PDF_TO_PS_KEY = "er.pdf.pdftops" |
Private Attributes | |
| String | pdftops = ERXProperties.stringForKeyWithDefault(PDF_TO_PS_KEY, "/usr/local/bin/pdftops") |
enabled duplex
| ERPDF2PS | ( | WOContext | context | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.appendToResponse.
| response | to which we are appending | |
| context | context of the response |
Reimplemented from ERXNonSynchronizingComponent.
| boolean duplex | ( | ) |
| boolean enabled | ( | ) |
final String PDF_TO_PS_KEY = "er.pdf.pdftops" [static] |
String pdftops = ERXProperties.stringForKeyWithDefault(PDF_TO_PS_KEY, "/usr/local/bin/pdftops") [private] |
1.5.8