.. which is not part of OpenAPI ;) and it allows only to get the URIs, but not the locally declared prefixes. do I really have to resort to get the JspDirectives manually and compare the attribute values?
. which is not part of OpenAPI ;) and it allows only to get the URIs, but not the locally declared prefixes. do I really have to resort to get the JspDirectives manually and compare the attribute values?
In fact, this shows the need for a function i want in IDEA: The ability to "lock" classes or methods that are part of a published API, so that you can not change them accidentally.
Hi,
The functionality is really in JspManager.
Yann Cebron wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
.. which is not part of OpenAPI ;) and it allows only to get the URIs, but not the locally declared prefixes. do I really have to resort to get the JspDirectives manually and compare the attribute values?
Yann Cebron wrote:
In fact, this shows the need for a function i want in IDEA: The ability
to "lock" classes or methods that are part of a published API, so that
you can not change them accidentally.
Maybe a @Published annotation could do it?
Kreiger
Attachment(s):
signature.asc
does the trick
is there a reason why JspxFileViewProvider does not have this method?!