Check if writing is allowed on this context. @return true if writing is allowed on this context
()
| 651 | * @return <code>true</code> if writing is allowed on this context |
| 652 | */ |
| 653 | protected boolean isWritable() { |
| 654 | return ContextAccessController.isWritable(name); |
| 655 | } |
| 656 | |
| 657 | |
| 658 | /** |
no test coverage detected