Linking the XHTML Content to the Task Class
Link the XHTML content to the task class.
- Return to Task01ImportGeometry and locate the line beginning with public class Task01ImportGeometry extends Task {.
-
Insert the following code above that line:
@StarAssistantTask(display = "Import Geometry", contentPath = "XHTML/01_ImportGeometry.xhtml", controller = Task01ImportGeometry.ImportGeometryTaskController.class)
- Save the file (Ctrl-S).