253254255256257258259
public void httpGet(Invocation inv) throws HttpException { inv.sendMovedPermanently("/reports/1/output/"); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
319320321322323324325
return null; } } public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
132133134135136137138
return null; } @Override public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
100101102103104105106
public void httpPost(Invocation inv) throws HttpException { httpGet(inv); } public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
69707172737475
} inv.sendOk(doc); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
167168169170171172173
// TODO Auto-generated method stub return null; } public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
178179180181182183184
source.appendChild(toXml(doc, new XmlTree("tpr"))); inv.sendOk(doc); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
70717273747576
return dno.getEditUri().resolve(getUrlId()).append("/"); } public void httpPost(Invocation inv) throws InternalException, HttpException, DesignerException, DeployerException { throw new MethodNotAllowedException(); }
57585960616263
} inv.sendFound(user.getEditUri()); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
61626364656667
public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); } public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }