moduleroot
I have created a new class: @Path("/pidedit")
@WebObject(type = "pidedit")
public class PIDEditorModule extends ModuleRoot { public static final String PID_FIELD = "note:note"; @GET @Path(value = "{id}/html") @Produces("text/html;charset=UTF-8") ...
0 votes
1 answers
0 comments
1674 views