[jira] [Created] (JSPWIKI-1201) Javadoc clarification on PageProvider

2024-09-11 Thread Alex O'Ree (Jira)
Alex O'Ree created JSPWIKI-1201: --- Summary: Javadoc clarification on PageProvider Key: JSPWIKI-1201 URL: https://issues.apache.org/jira/browse/JSPWIKI-1201 Project: JSPWiki Issue Type: Improveme

Re: [jira] [Created] (JSPWIKI-1201) Javadoc clarification on PageProvider

2024-09-11 Thread Murray Altheim
Hi Alex, I think the simple answer is that for an interface, you don't always need to implement every method, only those that make sense for your implementation. Sometimes methods are there simply as hooks to provide guidance for when a certain function is used, but not all implementations have a