Which of the following EL expression retrieves the value of the attribute by name 'attribute' found in HTTP's request object
${request.getAttribute()}
${request.attribute}
${pageContext.request.getAttribute()}
${pageContext.request.attribute}