Home | History | Annotate | Download | only in text

Lines Matching defs:postProcessRules

655     private transient String postProcessRules;
658 * Post processor lazily constructed from the postProcessRules.
1682 postProcessRules = extractSpecial(descBuf, "%%post-process:");
1961 if (postProcessRules != null) {
1963 int ix = postProcessRules.indexOf(";");
1965 ix = postProcessRules.length();
1967 String ppClassName = postProcessRules.substring(0, ix).trim();
1971 postProcessor.init(this, postProcessRules);
1978 postProcessRules = null; // don't try again