File tree Expand file tree Collapse file tree
hdrl/src/org/labkey/hdrl/view
pepdb/src/org/scharp/atlas/pepdb/view Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 }
3535% >
3636<%
37- JspView<HDRLController . RequestForm > me = ( JspView< HDRLController . RequestForm > ) HttpView . currentView();
37+ JspView<HDRLController . RequestForm > me = HttpView . currentView();
3838 ViewContext ctx = getViewContext();
3939 Container c = getContainer();
4040 User user = getUser();
Original file line number Diff line number Diff line change 2222<%@ page extends =" org.labkey.api.jsp.JspBase" %>
2323<%@ taglib prefix =" labkey" uri =" http://www.labkey.org/taglib" %>
2424<%
25- JspView<HDRLController . SensitiveDataForm > sensitiveDataFormJspView = ( JspView< HDRLController . SensitiveDataForm > ) HttpView . currentView();
25+ JspView<HDRLController . SensitiveDataForm > sensitiveDataFormJspView = HttpView . currentView();
2626 HDRLController . SensitiveDataForm bean = sensitiveDataFormJspView. getModelBean();
2727 String timeWindow = String . valueOf(bean. getTimeWindowInDays());
2828% >
Original file line number Diff line number Diff line change 77<%@ page extends =" org.labkey.api.jsp.JspBase" %>
88<div >
99 <%
10- JspView<FileForm > me = ( JspView< FileForm > ) HttpView . currentView();
10+ JspView<FileForm > me = HttpView . currentView();
1111 FileForm bean = me. getModelBean();
1212 % >
1313 <labkey:errors />
Original file line number Diff line number Diff line change 66<%@ page extends =" org.labkey.api.jsp.JspBase" %>
77<div >
88 <%
9- JspView<PepDBController . FileForm > me = ( JspView< PepDBController . FileForm > ) HttpView . currentView();
9+ JspView<PepDBController . FileForm > me = HttpView . currentView();
1010 PepDBController . FileForm bean = me. getModelBean();
1111 % >
1212
Original file line number Diff line number Diff line change 88<%@ page import =" org.scharp.atlas.pepdb.model.Source" %>
99<%@ page extends =" org.labkey.api.jsp.JspBase" %>
1010<%
11- JspView<PeptideQueryForm > me = ( JspView< PeptideQueryForm > ) HttpView . currentView();
11+ JspView<PeptideQueryForm > me = HttpView . currentView();
1212 PeptideQueryForm bean = me. getModelBean();
1313% >
1414<table >
Original file line number Diff line number Diff line change 1010<%@ page import =" org.scharp.atlas.pepdb.model.ProteinCategory" %>
1111<%@ page extends =" org.labkey.api.jsp.JspBase" %>
1212<%
13- JspView<PeptideQueryForm > me = ( JspView< PeptideQueryForm > ) HttpView . currentView();
13+ JspView<PeptideQueryForm > me = HttpView . currentView();
1414 PeptideQueryForm bean = me. getModelBean();
1515 if (bean. getMessage() != null ){
1616% >
You can’t perform that action at this time.
0 commit comments