Class DecoratedTaskDefinitionImpl<T extends TaskContainer>

    • Constructor Detail

      • DecoratedTaskDefinitionImpl

        public DecoratedTaskDefinitionImpl​(@NotNull
                                           @NotNull TaskDefinition taskDefinition,
                                           @Nullable
                                           @Nullable TaskModuleDescriptor taskModuleDescriptor,
                                           @NotNull
                                           T taskContainer)
    • Method Detail

      • getJsonObject

        @NotNull
        public @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject getJsonObject()
                                                                                   throws com.opensymphony.webwork.dispatcher.json.JSONException
        Description copied from interface: DecoratedTaskDefinition
        Retrieve a JSON representation of this task definition.
        Specified by:
        getJsonObject in interface DecoratedTaskDefinition<T extends TaskContainer>
        Returns:
        a JSON representation of this task definition.
        Throws:
        com.opensymphony.webwork.dispatcher.json.JSONException