Sat.Sep 19, 2020 - Fri.Sep 25, 2020

Remove null
article thumbnail

Simple AEM Granite Order Widget (Draggable List)

Perficient

cmp.getRenderCondition(resource, false).check()) check()) { return; } Tag tag = cmp.consumeTag(); AttrBuilder attrs = tag.getAttrs(); attrs.addClass("coral-Well"); cmp.populateCommonAttrs(attrs); Config cfg = cmp.getConfig(); String title = cfg.get("title", String.class); String name = cfg.get("name", String.class); // the easy way to do this.

Resources 272
article thumbnail

Validate API Calls Using Rest Assured in Singleton Design Pattern

Perficient

path){ RequestSpecification res; Response response = null; /*Optional variable comes as array so convert them into string*/ StringBuffer sb =new StringBuffer(); for(int i=0;i<path.length;i++) { sb.append(path[i]); }. setBaseUri("[link].addFilter(RequestLoggingFilter.logRequestTo(new setContentType(ContentType.JSON).build();

Resources 309