|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bradmcevoy.http.AbstractWrappingResponseHandler
com.bradmcevoy.http.MsOfficeResponseHandler
public class MsOfficeResponseHandler
Disables locking, as required for MS office support
| Field Summary |
|---|
| Fields inherited from class com.bradmcevoy.http.AbstractWrappingResponseHandler |
|---|
wrapped |
| Constructor Summary | |
|---|---|
MsOfficeResponseHandler(AuthenticationService authenticationService)
|
|
MsOfficeResponseHandler(WebDavResponseHandler wrapped)
|
|
| Method Summary | |
|---|---|
void |
respondMethodNotAllowed(Resource res,
Response response,
Request request)
Overrides the default behaviour to set the status to Response.Status.SC_NOT_IMPLEMENTED instead of NOT_ALLOWED, so that MS office applications are able to open resources |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MsOfficeResponseHandler(WebDavResponseHandler wrapped)
public MsOfficeResponseHandler(AuthenticationService authenticationService)
| Method Detail |
|---|
public void respondMethodNotAllowed(Resource res,
Response response,
Request request)
respondMethodNotAllowed in interface Http11ResponseHandlerrespondMethodNotAllowed in class AbstractWrappingResponseHandlerres - response - request -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||