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. |
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.
Copyright © 1999-2006 Jive Software.