Package jp.co.nskint.uq.pd.signage.service.TimeLineService

Examples of jp.co.nskint.uq.pd.signage.service.TimeLineService.LayoutInfo


    @ActionPath("{tlid}")
    public Navigation view(@Var("tlid") long tlid) {
        putEnteringLog();
        try {
            TimeLine timeline = tlService.get(tlid);
            LayoutInfo layout = tlService.getViewLayout(timeline);
            request.setAttribute("title", timeline.getXmlModel().getName());
            request.setAttribute("layout", layout.layout.getXmlModel());
            request.setAttribute("reloadTime", layout.reloadTime.getTime() - new Date().getTime());
            request.setAttribute("title", "ใƒ†ใ‚นใƒˆ");
            return forward("/view/view.jsp");
View Full Code Here

TOP

Related Classes of jp.co.nskint.uq.pd.signage.service.TimeLineService.LayoutInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.