Package com.jalios.jcms.service
Interface Service
-
public interface Service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceResponse
execute(ServiceForm form)
boolean
supports(java.lang.String action)
-
-
-
Method Detail
-
supports
boolean supports(java.lang.String action)
-
execute
ServiceResponse execute(ServiceForm form)
-
-