For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I use a custom component and develop below piece of code
<img id="01" src="http://localhost:80/cs/idcplg?IdcService=CREATE_STATIC_RENDITION&dDocName=ABC000001&Rendition=Web">
Above line is part of html displayed on web browser
however, I want to execute this line inside my java code
Something like Execute --> http://localhost:80/cs/idcplg?IdcService=CREATE_STATIC_RENDITION&dDocName=ABC000001&Rendition=Web