| |
|
| java.lang.Object org.directwebremoting.spring.AbstractConfig org.directwebremoting.spring.CreatorConfig
addAuth | public void addAuth(String method, String role)(Code) | | Convenience method for adding an authentication rule.
Parameters: method - the method to add the authentication rule Parameters: role - the role to add the authentication constraint for throws: IllegalArgumentException - in case the specified argument is null |
addFilter | public void addFilter(AjaxFilter filter)(Code) | | Convenience method for adding a filter.
Parameters: filter - the filter to add for this creator throws: IllegalArgumentException - in case the specified argument is null |
getCreator | public Creator getCreator()(Code) | | The creator that will be used to create new objects for remoting
Returns the creator. |
getCreatorType | public String getCreatorType()(Code) | | The creator type that will be used to create new objects for remoting
Returns the creator type. |
setCreator | public void setCreator(Creator creator)(Code) | | The creator type that will be used to create new objects for remoting
Parameters: creator - The creator to set. |
setCreatorType | public void setCreatorType(String creatorType)(Code) | | The creator that will be used to create new objects for remoting
Parameters: creatorType - The creator type to set. |
|
|
|