com.liferay.util.bridges.alloy
Interface AlloyController

All Known Implementing Classes:
BaseAlloyControllerImpl

public interface AlloyController

Author:
Brian Wing Shun Chan

Method Summary
 void afterPropertiesSet()
           
 void execute()
           
 com.liferay.portal.theme.ThemeDisplay getThemeDisplay()
           
 long increment()
           
 void setPageContext(javax.servlet.jsp.PageContext pageContext)
           
 void updateModel(com.liferay.portal.model.BaseModel<?> baseModel)
           
 

Method Detail

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