| | |
| | | return true; |
| | | } |
| | | } |
| | | } |
| | | |
| | | }; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The server-side constraint handler. |
| | | */ |
| | | /** The server-side constraint handler. */ |
| | | private class ServerHandler extends ServerConstraintHandler { |
| | | |
| | | /** Private constructor. */ |
| | |
| | | // No implementation required. |
| | | } |
| | | |
| | | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public boolean isUsable(ServerManagedObject<?> managedObject, |
| | | Collection<LocalizableMessage> unacceptableReasons) throws ConfigException { |
| | |
| | | return true; |
| | | } |
| | | } |
| | | |
| | | }; |
| | | } |
| | | |
| | | /** The client-side constraint handler. */ |
| | | private final ClientConstraintHandler clientHandler = new ClientHandler(); |