|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RPCServiceExporter
Interface for RPC exporters.
| Method Summary | |
|---|---|
void |
setResponseCachingDisabled(boolean caching)
Set state of response caching |
void |
setService(java.lang.Object service)
Set the service object to which RPCs should be delegated. |
void |
setServiceInterfaces(java.lang.Class<com.google.gwt.user.client.rpc.RemoteService>[] interfaces)
Declare Interfaces that will be bound to RPC |
void |
setShouldCheckPermutationStrongName(boolean shouldCheckPermutationStrongName)
Specify whether RemoteServiceServlet.checkPermutationStrongName() should be invoked
for the current request. |
void |
setThrowUndeclaredExceptionToServletContainer(boolean throwUndeclaredExceptionToServletContainer)
When enabled will throw exceptions which originate from the service and have not been declared in the RPC interface back to the servlet container. |
| Methods inherited from interface org.springframework.web.servlet.mvc.Controller |
|---|
handleRequest |
| Methods inherited from interface org.springframework.beans.factory.InitializingBean |
|---|
afterPropertiesSet |
| Methods inherited from interface org.springframework.web.context.ServletContextAware |
|---|
setServletContext |
| Methods inherited from interface org.springframework.web.context.ServletConfigAware |
|---|
setServletConfig |
| Method Detail |
|---|
void setService(java.lang.Object service)
service - void setServiceInterfaces(java.lang.Class<com.google.gwt.user.client.rpc.RemoteService>[] interfaces)
interfaces - Array of Interfacesvoid setResponseCachingDisabled(boolean caching)
caching - void setThrowUndeclaredExceptionToServletContainer(boolean throwUndeclaredExceptionToServletContainer)
throwUndeclaredExceptionToServletContainer - void setShouldCheckPermutationStrongName(boolean shouldCheckPermutationStrongName)
RemoteServiceServlet.checkPermutationStrongName() should be invoked
for the current request. Disabled by default for backwards compatibility with older SL versions.
shouldCheckPermutationStrongName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||