com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceConfigurator
- All Known Implementing Classes:
- BaseJSONWebServiceConfigurator, JSONWebServiceConfiguratorImpl
public interface JSONWebServiceConfigurator
clean
void clean()
configure
void configure()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRegisteredActionsCount
int getRegisteredActionsCount()
init
void init(javax.servlet.ServletContext servletContext,
ClassLoader classLoader)
registerClass
void registerClass(String className,
InputStream inputStream)
throws Exception
- Throws:
Exception