com.liferay.util.bridges.alloy
Interface AlloyController
- All Known Implementing Classes:
- BaseAlloyControllerImpl
public interface AlloyController
- Author:
- Brian Wing Shun Chan
afterPropertiesSet
void afterPropertiesSet()
execute
void execute()
throws java.lang.Exception
- Throws:
java.lang.Exception
getThemeDisplay
com.liferay.portal.theme.ThemeDisplay getThemeDisplay()
increment
long increment()
throws java.lang.Exception
- Throws:
java.lang.Exception
setPageContext
void setPageContext(javax.servlet.jsp.PageContext pageContext)
updateModel
void updateModel(com.liferay.portal.model.BaseModel<?> baseModel)
throws java.lang.Exception
- Throws:
java.lang.Exception