Interface PageBeanComponentBase.ILiteralResolver

All Known Subinterfaces:
PageBeanComponent.ILiteralResolver, PageBeanComponentAsControl.ILiteralResolver
Enclosing class:
PageBeanComponentBase

public static interface PageBeanComponentBase.ILiteralResolver
Interface for adding an own literal resolution. See PageBeanComponentBase.setLiteralResolver(ILiteralResolver).
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • findLiteral

      String findLiteral(String key)
      Returns:
      if null is returned then the default literal resolution by using own property files will be executed.