Link of All pojomarker generated classes: https://github.com/ainosoft/tapp-builder-service/tree/master/tapp-builder-service/src/main/resources/generatedClasses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.appops.scrapper.path.processor; | |
import org.appops.altshared.shared.altcore.altoperations.AltOperation; | |
import org.appops.core.service.ServiceStore; | |
import org.appops.invoker.call.OperationInvoker; | |
import org.appops.scrapper.exception.BrowserException; | |
import org.appops.scrapper.exception.ScriptException; | |
import org.appops.scrapper.path.context.ScraperContextStore; | |
import org.appops.scrapper.path.context.entity.ArticleEntityStore; | |
import org.appops.scrapper.path.context.entity.PageEntityStore; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"André Marín-13 febbraio alle ore 02:31": { | |
"postedBy": "André Marín", | |
"profileLink": "https://www.facebook.com/andremarinp/?__tn__=kC-R&eid=ARBKDRPD-eX79P3owlMPbMqJTosHQHvkhosY0SPkUzYrIqT6QTjcWj3wgrCLp1Xp2YonQF3I9eezPo_n&hc_ref=ARQ4497PMUhfuD9eXQALqnghtTwljt-RiFfL--7zNq7JjaQPlOpK-G2Dw0MxFUfnArA&__xts__%5B0%5D=68.ARBa3dHrKjxidOPgdfhmih1rGRJ6vCvXESHTPKKijbaR6d-r1ec7ClUCfjdsQkSwQobOPu1I90Y8MDhObM_SJusnqv8FwuKp2U0rNIHbN3ovnB78N3Ch5hpiv-rWkFk6n1L7cyXvnZUf_-KU8TaDs73sFf0NtikHr_HqVqK4tLZgE3jeLwpBxJIVorCD5pJDDqvvBGEAbtuu1Lzuu4Hj6pPQg6CT0nS85gkcGLGoUf7ZKY8Zfr01-AlDba8DW1fA071UVqPqAA5MEZkGQe3WiDdDYFIRobSADbimhzvO8iiV-cu3xz6QiXJn3xqIKPFfD6StcLY", | |
"dateTime": "13 febbraio alle ore 02:31", | |
"reaction": { | |
"HaHa": "4239", | |
"Like": "537", | |
"Love": "79", | |
"Angry": "2", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<target-source url="https://shop.corriereadriatico.it/edicola" | |
edition="Ancona"> | |
<execution-element type="flow"> | |
<execution-element type="act"> | |
<locator type="XPATH" value="//*[@id="navLogin"]" /> | |
<action-type>CLICK</action-type> | |
</execution-element> | |
<execution-element type="data-put"> | |
<locator type="XPATH" value="//*[@id="username_box"]" /> | |
<attribute-value>[email protected]</attribute-value> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css">@font-face {font-family:"GKBBDO OceanSansMM_310_475_";src:url('data:application/x-font-woff;base64,d09GRk9UVE8AAAbsAAkAAAAACZgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA4AAAA0oAAANaX1IR0U9TLzIAAAQsAAAAPAAAAE6JL4lQY21hcAAABGgAAABZAAAB0gONBpZoZWFkAAAExAAAAC8AAAA2wgpL02hoZWEAAAT0AAAAHgAAACQIIQG4aG10eAAABRQAAAAkAAAAJA2eAYVtYXhwAAAFOAAAAAYAAAAGAAlQAG5hbWUAAAVAAAABlgAAAtLkxJDYcG9zdAAABtgAAAATAAAAIP90ABR4nE1R/08Tdxj+HOV6A+uJPc8lnN59dJrUMVBkX8LGhgJOnVYSuyxZ5ihne2tLoUevpS2TLlIZy6zR6MCUTQtiFNDZoDO1y4hfqFWDTMZSiaJsJrj9BUs+Vz4sWbvtB98f3h+e532f93nyEiA/DxAEsWr7rpqauvqSeoskukyiy2M0mivKN5lff+sNc45fp3KEuipfXa1biSZQpe5l3ICPLYQWtCQKLkNHl6cyV/VAQxAHD/fWyq3tisNm90KDZQMsr6yseC3X34RbrfJ+CZraPV6pxQN3uiyy0ioroleylsGtzc1wb27JA/dKHknxZcF/vcCcGejwQBF6FdEqtYiKE8qfwQ/tEjTKLtnb3irB2v+VHLKrzOQSWz122Ws0vpAFZIsAa0ENqAPbwAfABD4CBdngIA9owNvgB/AXsYdQiJ/yimh6esCHuuPqEj/xjRrSoPaMgcXuvw1kUvsIdZPoY+0s7iafabGSMZAWyP6OB0j8npYeCcc8PtUZ13//GJnTTIBJqOtWHpz4evRJMdpMJcKDwfP8A1vpMS+3xdR8QBb6JbLvzI9Dd7lHQ9Zq4XMKv2vE+eKaYiZQf+39P1Op |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void writeStaticBlock() { | |
sourceWriter.println("static{"); | |
JMethod[] methods = pojoMarkerClass.getMethods(); | |
JMethod[] overridableMethods = pojoMarkerClass.getOverridableMethods(); | |
HashSet<JMethod> finalMethods = new HashSet<JMethod>(); | |
finalMethods.addAll(Arrays.asList(methods)); | |
finalMethods.addAll(Arrays.asList(overridableMethods)); | |
for (JMethod method : finalMethods) { | |
if (!method.isAnnotationPresent(Worker.class) && isPojoMarkerMethod(method)) { | |
if (method.getName().startsWith("get") && method.getParameters().length == 0) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.appops.altshared.shared.altcore.altentity.type; | |
import java.io.Serializable; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.HashMap; | |
import java.util.logging.Level; | |
import org.appops.altshared.client.binding.AppOpsCommonGinjector; | |
import org.appops.altshared.shared.InstanceProvider; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.trupublic.shared.slim.tapp; | |
import java.io.Serializable; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.HashMap; | |
import java.util.logging.Level; | |
import java.util.logging.Logger; | |
import jsinterop.annotations.JsType; |
NewerOlder