use of com.sun.identity.console.base.model.AMModelBase in project OpenAM by OpenRock.
the class FileUploaderViewBean method getModelInternal.
protected AMModel getModelInternal() {
RequestContext rc = RequestManager.getRequestContext();
HttpServletRequest req = rc.getRequest();
return new AMModelBase(req, getPageSessionAttributes());
}
use of com.sun.identity.console.base.model.AMModelBase in project OpenAM by OpenRock.
the class ScriptUploaderViewBean method getModelInternal.
/**
* {@inheritDoc}
*/
@Override
protected AMModel getModelInternal() {
RequestContext rc = RequestManager.getRequestContext();
HttpServletRequest req = rc.getRequest();
return new AMModelBase(req, getPageSessionAttributes());
}
use of com.sun.identity.console.base.model.AMModelBase in project OpenAM by OpenRock.
the class ScriptsViewBean method getModelInternal.
@Override
protected AMModel getModelInternal() {
RequestContext rc = RequestManager.getRequestContext();
HttpServletRequest req = rc.getRequest();
return new AMModelBase(req, getPageSessionAttributes());
}
Aggregations