Uses of Interface
net.officefloor.compile.OfficeFloorCompilerRunnable
-
-
Uses of OfficeFloorCompilerRunnable in net.officefloor.activity.impl.procedure
Classes in net.officefloor.activity.impl.procedure that implement OfficeFloorCompilerRunnable Modifier and Type Class Description classProcedureLoaderCompilerRunnableOfficeFloorCompilerRunnableto createProcedureLoader. -
Uses of OfficeFloorCompilerRunnable in net.officefloor.compile
Method parameters in net.officefloor.compile with type arguments of type OfficeFloorCompilerRunnable Modifier and Type Method Description <T> TOfficeFloorCompiler. run(java.lang.Class<? extends OfficeFloorCompilerRunnable<T>> runnableClass, java.lang.Object... parameters)Executes theOfficeFloorCompilerRunnableby instantiating it with the sameClassLoaderbeing used by thisOfficeFloorCompiler. -
Uses of OfficeFloorCompilerRunnable in net.officefloor.compile.impl.adapt
Method parameters in net.officefloor.compile.impl.adapt with type arguments of type OfficeFloorCompilerRunnable Modifier and Type Method Description <T> TOfficeFloorCompilerAdapter. run(java.lang.Class<? extends OfficeFloorCompilerRunnable<T>> runnableClass, java.lang.Object... parameters) -
Uses of OfficeFloorCompilerRunnable in net.officefloor.web.security.type
Classes in net.officefloor.web.security.type that implement OfficeFloorCompilerRunnable Modifier and Type Class Description classHttpSecurityLoaderImplHttpSecurityLoaderimplementation.classHttpSecuritySourceSpecificationRunnableOfficeFloorCompilerRunnableto obtain the specification for theHttpSecuritySource.classHttpSecurityTypeRunnable -
Uses of OfficeFloorCompilerRunnable in net.officefloor.web.template.type
Classes in net.officefloor.web.template.type that implement OfficeFloorCompilerRunnable Modifier and Type Class Description classWebTemplateLoaderImplWebTemplateLoaderimplementation. -
Uses of OfficeFloorCompilerRunnable in net.officefloor.woof.template
Classes in net.officefloor.woof.template that implement OfficeFloorCompilerRunnable Modifier and Type Class Description static classWoofTemplateExtensionLoaderImpl.LoadSpecificationstatic classWoofTemplateExtensionLoaderImpl.RefactorTemplateExtensionOfficeFloorCompilerRunnableto refactor theWoofTemplateExtensionSource.
-