类 LayeredSpec.ApplicationSpec

所有已实现的接口:
Serializable
封闭类:
LayeredSpec

public static class LayeredSpec.ApplicationSpec extends LayeredSpec.IntoLayersSpec<LayeredSpec.IntoLayerSpec>
An LayeredSpec.IntoLayersSpec that controls the layers to which application classes and resources belong.
另请参阅:
  • 构造器详细资料

    • ApplicationSpec

      @Inject public ApplicationSpec()
    • ApplicationSpec

      public ApplicationSpec(LayeredSpec.IntoLayerSpec... contents)
      Creates a new ApplicationSpec with the given contents.
      参数:
      contents - specs for the layers in which application content should be included
  • 方法详细资料

    • asSelectors

      List<cn.taketoday.app.loader.tools.layer.ContentSelector<String>> asSelectors()