77787980818283
public void httpGet(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
68697071727374
} inv.sendOk(doc); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
90919293949596
return null; } @Override public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
70717273747576
82838485868788
public ClockInterval getChild(UriPathElement uriId) throws HttpException { return ClockInterval.getClockInterval(Long.parseLong(uriId.toString())); } public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
30313233343536
import net.sf.chellow.monad.XmlDescriber; import net.sf.chellow.monad.XmlTree; public abstract class EntityList implements Urlable, XmlDescriber { public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
34353637383940
public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
92939495969798
element.setAttribute("description", description); return element; } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
67686970717273
145146147148149150151
public MonadUri getEditUri() { return null; } public void httpGet(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }