站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

SimpleMapper - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.core.impl.invocation
Class SimpleMapper

java.lang.Object
  extended byorg.jboss.portal.core.impl.invocation.SimpleMapper
All Implemented Interfaces:
Mapper

public class SimpleMapper
extends java.lang.Object
implements Mapper

A simple mapper implementation. The limitations is that only the root and its children can have children


Constructor Summary
SimpleMapper()
           
 
Method Summary
 MappingResult map(MappingContext ctx, java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMapper

public SimpleMapper()
Method Detail

map

public MappingResult map(MappingContext ctx,
                         java.lang.String path)
Specified by:
map in interface Mapper