org.nuiton.io.rest
Interface RestRequest


public interface RestRequest

The contract of a rest request.

Since:
1.0.3
Author:
chemit

Method Summary
 Map<String,File> getAttachments()
           
 String[] getParameters()
           
 String[] getPath()
           
 

Method Detail

getPath

String[] getPath()

getParameters

String[] getParameters()

getAttachments

Map<String,File> getAttachments()


Copyright © 2009 CodeLutin. All Rights Reserved.