Interface VPageHandler

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface VPageHandler
虚拟页面处理器

可以通过该处理器,在生成OFD页面Content.xml前对虚拟页面进行处理,例如页头、页脚等。

Since:
2024-1-11 18:43:55
Author:
权观宇
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    执行处理
  • Method Details

    • handle

      void handle(VirtualPage page)
      执行处理
      Parameters:
      page - 虚拟页面