Constructor and Description |
---|
XsltEditorResource() |
Modifier and Type | Method and Description |
---|---|
String |
getControls(String xmlData) |
String |
getControlXML(String xmlData,
String controlId) |
String |
getInsertMarkers(String xmlData,
String serviceInterfaceInstanceId,
String selectedInterfaceStyleId) |
String |
getJsonFromXml(String xmlData) |
@Path(value="/getjsonfromxml") @POST @Produces(value="application/json") public String getJsonFromXml(@FormParam(value="xmlData") @NotNull String xmlData) throws PortalException
PortalException
@Path(value="/getcontrols") @POST @Produces(value="application/json") public String getControls(@FormParam(value="xmlData") @NotNull String xmlData) throws PortalException
PortalException
@Path(value="/getcontrolxml") @POST @Produces(value="text/plain") public String getControlXML(@FormParam(value="xmlData") @NotNull String xmlData, @FormParam(value="controlId") @NotNull String controlId) throws PortalException
PortalException
@Path(value="/getinsertmarkers") @POST @Produces(value="text/plain") public String getInsertMarkers(@FormParam(value="xmlData") @NotNull String xmlData, @FormParam(value="serviceInterfaceInstanceId") @NotNull String serviceInterfaceInstanceId, @FormParam(value="selectedInterfaceStyleId") @NotNull String selectedInterfaceStyleId) throws PortalException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.