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