20902091209220932094209520962097
} @Override public Object getApplicationScope() { return new PageContextAttributeMap(PageContextImpl.this, APPLICATION_SCOPE); }
21032104210521062107210821092110
} @Override public Object getRequestScope() { return new PageContextAttributeMap(PageContextImpl.this, REQUEST_SCOPE); }
21102111211221132114211521162117
} @Override public Object getSessionScope() { return new PageContextAttributeMap(PageContextImpl.this, SESSION_SCOPE); }