org.riotfamily.riot.runtime.macro
Class RiotMacroHelper
java.lang.Object
org.riotfamily.riot.runtime.macro.RiotMacroHelper
public class RiotMacroHelper
- extends Object
- Since:
- 6.5
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RiotMacroHelper
public RiotMacroHelper(RiotRuntime runtime,
HttpServletRequest request,
HttpServletResponse response)
isAuthenticatedUser
public boolean isAuthenticatedUser()
getRuntime
public RiotRuntime getRuntime()
getUser
public RiotUser getUser()
resolveAndEncodeUrl
public String resolveAndEncodeUrl(String url)
include
public String include(String url)
throws ServletException,
IOException
- Throws:
ServletException
IOException
getUrlForHandler
public String getUrlForHandler(String handlerName,
Object attributes)
getDeeplinkForHandler
public String getDeeplinkForHandler(String handlerName,
Object attributes)