appserver icon indicating copy to clipboard operation
appserver copied to clipboard

[appserver-io/appserver] Add missing method annotations to Interfaces

Open pathmissing opened this issue 8 years ago • 2 comments

Updated: Missing methods in the following interfaces:

ApplicationInterface

  • getDataDir()
  • search()

HttpServletRequestInterface

  • setAttribute()
  • getUserPrincipal()
  • logout()

HttpSessionInterface

  • removeData()
  • putData()
  • hasKey()

pathmissing avatar Nov 28 '17 16:11 pathmissing

Can you please apply a more concrete description for the issue? Thanks

wagnert avatar Nov 04 '18 15:11 wagnert

@wagnert Updated description with methods that are missing in commonly used interfaces.

pathmissing avatar Jan 29 '19 09:01 pathmissing