180181182183184185186187188
* * @return the options for this controller (default to be ERXRequestFormValues) */ public NSKeyValueCoding options() { if (_options == null) { _options = new ERXRequestFormValues(request()); } return _options; }