RequestPathElement

public final class RequestPathElement implements Comparable<RequestPathElement>
Author:Cosmin Arad <cosmin@sics.se>

Constructors

RequestPathElement

public RequestPathElement(ChannelCore<?> channel)

RequestPathElement

public RequestPathElement(ComponentCore component)

Methods

compareTo

public int compareTo(RequestPathElement o)

getChannel

public ChannelCore<?> getChannel()

getComponent

public ComponentCore getComponent()

isChannel

public boolean isChannel()

toString

public String toString()