Interface StaticContextLocal


public interface StaticContextLocal
Local Interface for StaticContext
Since:
4.0.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    staticValue(String contextCriteria, String value)
    Use a static value for this context criteria
  • Field Details

  • Method Details

    • staticValue

      String staticValue(String contextCriteria, String value) throws PubServerException
      Use a static value for this context criteria
      Parameters:
      contextCriteria - the context criteria. This value will be set by the application framework
      value - the value for this context criteria
      Returns:
      static context
      Throws:
      PubServerException