Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.action.util
Interface URLMapping

All Known Implementing Classes:
PeopleURLMapping, TagURLMapping

public interface URLMapping

Used to map a specific url to a specific action. Useful for making friendly (Restful) urls point to a specific action.

See Also:
JiveActionMapper.addURLMapping(String, URLMapping)

Method Summary
 void process(java.lang.String uri, com.opensymphony.webwork.dispatcher.mapper.ActionMapping mapping)
          Populate the action mapping for a specific uri.
 

Method Detail

process

void process(java.lang.String uri,
             com.opensymphony.webwork.dispatcher.mapper.ActionMapping mapping)
Populate the action mapping for a specific uri.

Parameters:
uri - uri this mapping should handle.
mapping - action mapping to populate parameters and action for.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.