Package com.priint.pubserver.contextrule
Interface StaticContextLocal
public interface StaticContextLocal
Local Interface for StaticContext
- Since:
- 4.0.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstaticValue(String contextCriteria, String value) Use a static value for this context criteria
-
Field Details
-
MAPPED_NAME
- See Also:
-
-
Method Details
-
staticValue
Use a static value for this context criteria- Parameters:
contextCriteria- the context criteria. This value will be set by the application frameworkvalue- the value for this context criteria- Returns:
- static context
- Throws:
PubServerException
-