com.dyuproject.web.rest.mvc
Interface Controller

All Known Implementing Classes:
AbstractController, ContextController, CRUDController, JSPViewController, StaticResourceController, VerbMappedController

Deprecated.

@Deprecated
public interface Controller

Serves REST requests

Author:
David Yu

Field Summary
static String DELETE
          Deprecated.  
static String GET
          Deprecated.  
static String POST
          Deprecated.  
static String PUT
          Deprecated.  
 
Method Summary
 void destroy(WebContext webContext)
          Deprecated.  
 String getIdentifier()
          Deprecated.  
 String getIdentifierAttribute()
          Deprecated.  
 Interceptor getInterceptor()
          Deprecated.  
 void handle(String mime, HttpServletRequest request, HttpServletResponse response)
          Deprecated.  
 void init(WebContext webContext)
          Deprecated.  
 

Field Detail

GET

static final String GET
Deprecated. 
See Also:
Constant Field Values

POST

static final String POST
Deprecated. 
See Also:
Constant Field Values

PUT

static final String PUT
Deprecated. 
See Also:
Constant Field Values

DELETE

static final String DELETE
Deprecated. 
See Also:
Constant Field Values
Method Detail

init

void init(WebContext webContext)
Deprecated. 

destroy

void destroy(WebContext webContext)
Deprecated. 

handle

void handle(String mime,
            HttpServletRequest request,
            HttpServletResponse response)
            throws IOException,
                   ServletException
Deprecated. 
Throws:
IOException
ServletException

getIdentifier

String getIdentifier()
Deprecated. 

getIdentifierAttribute

String getIdentifierAttribute()
Deprecated. 

getInterceptor

Interceptor getInterceptor()
Deprecated. 


Copyright © 2013. All Rights Reserved.