com.gentics.api.lib.resolving
Interface ResolverContext


public interface ResolverContext

Interface for a resolver context. The resolver context is notified when a property of a resolved object is modified via the PropertySetter. This might be necessary to change runtime properties during the call to Changeable.setProperty(String, Object).


Method Summary
 void pop(java.lang.Object object)
          Pop the last object from the ResolverContext
 void push(java.lang.Object object)
          Push the given object onto the ResolverContext instance
 

Method Detail

push

void push(java.lang.Object object)
Push the given object onto the ResolverContext instance

Parameters:
object - object to push onto the ResolverContext

pop

void pop(java.lang.Object object)
Pop the last object from the ResolverContext

Parameters:
object - TODO


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.