Interface VariablesProcessor
-
- All Known Implementing Classes:
AttributeProcessor,CalendarProcessor,ConditionProcessor,ConstantsProcessor,FileLinkProcessor,ImageLinkProcessor,ImageProcessor,LocalizationProcessor,ParameterProcessor,StaticResourceServerNameProcessor,TextResourceProcessor,XLinkProcessor
public interface VariablesProcessorText replace processor interface.- Author:
- denis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringreplace(String prefix, String variable, String defValue, jakarta.servlet.http.HttpServletRequest req)Replace method.
-