Uses of Class
net.csdn.modules.http.ViewType

Packages that use ViewType
net.csdn.modules.http   
net.csdn.modules.mock   
 

Uses of ViewType in net.csdn.modules.http
 

Methods in net.csdn.modules.http that return ViewType
static ViewType ViewType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViewType[] ViewType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.csdn.modules.http with parameters of type ViewType
 void ApplicationController.render(int status, Object result, ViewType viewType)
           
 void ApplicationController.render(int status, String content, ViewType viewType)
           
 void ApplicationController.render(Object result, ViewType viewType)
           
 void ApplicationController.render(String content, ViewType viewType)
           
 void RestResponse.write(int httpStatus, String content, ViewType viewType)
           
 void RestResponse.write(String content, ViewType viewType)
           
 

Uses of ViewType in net.csdn.modules.mock
 

Methods in net.csdn.modules.mock with parameters of type ViewType
 void MockRestResponse.write(int httpStatus, String content, ViewType viewType)
           
 void MockRestResponse.write(String content, ViewType viewType)
           
 



Copyright © 2014. All Rights Reserved.