Is there a way to disable usage of cipher suites using RC4/3DES?

By default, RC4 is disabled. In order to disable 3DES, the value of ‘<allowedCiphers>’ should be changed as follows:
<allowedCiphers>AES128+EECDH:AES128+EDH:AES:ECDHE:RSA:!aNULL:!eNULL:!EXPORT:!MD5!RC4!DES!RSA+3DES!DH+3DES!ECDHE+3DES</allowedCiphers>