com.liferay.util.bridges.alloy
Interface AlloyController
- All Known Implementing Classes:
- BaseAlloyControllerImpl
public interface AlloyController
afterPropertiesSet
void afterPropertiesSet()
execute
void execute()
throws Exception
- Throws:
Exception
getPortlet
Portlet getPortlet()
getRequest
javax.servlet.http.HttpServletRequest getRequest()
getThemeDisplay
ThemeDisplay getThemeDisplay()
increment
long increment()
throws Exception
- Throws:
Exception
setPageContext
void setPageContext(javax.servlet.jsp.PageContext pageContext)
updateModel
void updateModel(BaseModel<?> baseModel)
throws Exception
- Throws:
Exception