@Controller @RequestMapping(value="/shared") public class SharedController extends Object
| Constructor and Description | 
|---|
| SharedController() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | plugins(javax.servlet.http.HttpServletRequest request,
              org.springframework.ui.Model uiModel) | 
| String | qrcode(javax.servlet.http.HttpServletRequest request,
            org.springframework.ui.Model uiModel) | 
| String | radio(javax.servlet.http.HttpServletRequest request,
          org.springframework.ui.Model uiModel) | 
public SharedController()
@RequestMapping(value="qrcode",
                method=GET)
public String qrcode(javax.servlet.http.HttpServletRequest request,
                           org.springframework.ui.Model uiModel)
@RequestMapping(value="radio",
                method=GET)
public String radio(javax.servlet.http.HttpServletRequest request,
                          org.springframework.ui.Model uiModel)
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.