|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsxp.framework.elementprocessing.processors.RelativeUri
public class RelativeUri
Implementation for ResourceBundleValue
for web environments. This
implementation renders a resource that a view controller uses as a link in the HTML-head. This
resource handler can be used for stylesheets or javascript (text/css, text/javascript resource type) files.
Constructor Summary | |
---|---|
RelativeUri(Element element,
java.lang.String key)
Instantiates a new resource handler. |
Method Summary | |
---|---|
void |
process(ViewController renderViewController)
Process elements in the rendering view controller. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelativeUri(Element element, java.lang.String key)
element
- the element to processkey
- used to check what keys are already processed so we can prevent to add stuff in head twices (most time you can use the link uri)Method Detail |
---|
public void process(ViewController renderViewController)
ElementProcessor
ViewControllerLifeCycle.LifeCyclePhase.ELEMENTPROCESSING
.
process
in interface ElementProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |