const mixinafPillow::PillowConfigIds

afPillow::PillowConfigIds

IocConfig values as provided by Pillow. To change their value, override them in your AppModule. Example:

using afIoc
using afIocConfig
using afEfanXtra
 
class AppModule {

  @Contribute { serviceType=ApplicationDefaults# } 
  static Void configureAppDefaults(MappedConfig config) {
    config[PillowConfigIds.welcomePage] = "start"
  }
}
welcomePage

Source

const static Str welcomePage := "afPillow.welcomePage"

The component name of directory welcome pages. Defaults to "index".