30313233343536
*/ public class ResponseMapElement extends ResponseElement { public ResponseMapElement(XDIMEContextInternal context) { super(ResponseElements.MAP, context); protocolAttributes = new ResponseTabAttributes(); }
*/ public class ResponseTabElement extends ResponseElement { public ResponseTabElement(XDIMEContextInternal context) { super(ResponseElements.TAB, context); protocolAttributes = new ResponseTabAttributes(); }