Class EnvsValueSubstitutor

java.lang.Object
org.apache.struts2.config.providers.EnvsValueSubstitutor
All Implemented Interfaces:
ValueSubstitutor

public class EnvsValueSubstitutor extends Object implements ValueSubstitutor
  • Field Details

    • envStrSubstitutor

      protected org.apache.commons.text.StringSubstitutor envStrSubstitutor
    • sysStrSubstitutor

      protected org.apache.commons.text.StringSubstitutor sysStrSubstitutor
  • Constructor Details

    • EnvsValueSubstitutor

      public EnvsValueSubstitutor()
  • Method Details